This repository has been archived by the owner on Dec 31, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
68 lines (68 loc) · 1.48 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "isparta",
"version": "4.1.1",
"description": "A code coverage tool for ES6 (babel)",
"main": "./lib/isparta",
"files": [
"bin/",
"lib/"
],
"keywords": [
"karma",
"karma-coverage",
"karma-traceur-preprocessor",
"istanbul",
"6to5",
"babel",
"es6",
"harmony"
],
"directories": {
"lib": "./lib"
},
"bin": {
"isparta": "./bin/isparta"
},
"author": {
"name": "Douglas Duteil",
"email": "douglasduteil@gmail.com"
},
"homepage": "http://github.com/douglasduteil/isparta",
"bugs": {
"url": "http://github.com/douglasduteil/isparta/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/douglasduteil/isparta.git"
},
"license": "WTFPL",
"dependencies": {
"babel-core": "^6.1.4",
"escodegen": "^1.6.1",
"esprima": "^4.0.0",
"istanbul": "0.4.5",
"mkdirp": "^0.5.0",
"nomnomnomnom": "^2.0.0",
"object-assign": "^4.0.1",
"source-map": "^0.5.0",
"which": "^1.0.9"
},
"devDependencies": {
"babel-cli": "^6.1.4",
"babel-plugin-transform-object-rest-spread": "^6.1.4",
"babel-polyfill": "^6.1.4",
"babel-preset-es2015": "^6.1.4",
"chai": "^4.0.0",
"douglasduteil...shelltest": "^2.0.0",
"mocha": "^5.0.0",
"nth": "^0.1.2",
"sinon": "^1.17.2",
"sinon-chai": "^3.0.0"
},
"scripts": {
"dist": "babel src --out-dir lib",
"watch": "npm run dist -- -w",
"test": "mocha",
"prepublish": "npm run dist"
}
}