-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
36 lines (36 loc) · 848 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "gulp-jspm-build",
"version": "0.0.16",
"description": "Gulp task to run jspm build.",
"main": "index.js",
"scripts": {
"test": "npm run jshint && npm run istanbul",
"jasmine": "jasmine",
"istanbul": "istanbul cover --include-all-sources jasmine",
"jshint": "jshint index.js spec"
},
"keywords": [
"jspm",
"gulp"
],
"author": "Buddhike de Silva",
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/buddhike/gulp-jspm-build.git"
},
"dependencies": {
"gulp": "^3.9.0",
"json-stable-stringify": "^1.0.1",
"lodash": "^3.10.1",
"systemjs-builder": "^0.15.14",
"through2": "^2.0.0",
"vinyl": "^1.0.0"
},
"devDependencies": {
"istanbul": "^0.3.21",
"jasmine": "^2.3.2",
"jshint": "^2.8.0",
"proxyquire": "^1.7.2"
}
}