-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 995 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
{
"name": "istanbul-jspm-coverage-example",
"version": "0.1.0",
"homepage": "https://github.com/typhonjs-demos-test/istanbul-jspm-coverage-example/",
"description": "Provides an example of instrumenting JSPM / SystemJS for code coverage with Istanbul / Mocha.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/typhonjs-demos-test/istanbul-jspm-coverage-example.git"
},
"jspm": {
"dependencies": {
"underscore": "npm:underscore@^1.0.0"
},
"devDependencies": {
"babel": "npm:babel-core@^5.0.0",
"babel-runtime": "npm:babel-runtime@^5.0.0",
"core-js": "npm:core-js@^1.0.0"
}
},
"devDependencies": {
"jspm": "^0.16.0",
"typhonjs-config-eslint": "^0.4.0",
"typhonjs-npm-build-test": "^0.1.0"
},
"scripts": {
"esdoc": "esdoc -c .esdocrc",
"eslint": "eslint .",
"test-coverage": "babel-node ./node_modules/typhonjs-npm-scripts-test-mocha/scripts/mocha-istanbul-report.js"
}
}