forked from jlowcs/ismailia
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.52 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.52 KB
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
{
"name": "ismailia",
"version": "0.9.0",
"description": "A code coverage tool for ES6 (Traceur)",
"main": "./lib/ismailia",
"keywords": [
"karma",
"karma-coverage",
"karma-traceur-preprocessor",
"istanbul",
"traceur",
"es6",
"harmony"
],
"directories": {
"lib": "./lib"
},
"author": {
"name": "Jack Wakefield",
"email": "jackwakefield91@gmail.com"
},
"homepage": "http://github.com/Spote/ismailia",
"bugs": {
"url": "http://github.com/Spote/ismailia/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/Spote/ismailia.git"
},
"licenses": [
{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"dependencies": {
"escodegen": "^1.4.0",
"esprima": "^1.2.2",
"istanbul": "^0.3.0",
"source-map": "^0.1.38",
"traceur": "~0.0.72"
},
"devDependencies": {
"gulp": "^3.8.7",
"gulp-plumber": "^0.6.5",
"gulp-rimraf": "^0.1.0",
"gulp-traceur": "~0.14.0",
"gulp-watch": "^0.7.0",
"karma": "^0.12.23",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "git://github.com/jlowcs/karma-coverage",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.1.5",
"karma-requirejs": "^0.2.2",
"karma-traceur-preprocessor": "^0.3.1",
"requirejs": "^2.1.14"
},
"contributors": [
{
"name": "Yusuke Suzuki",
"email": "utatane.tea@gmail.com"
}
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}