forked from OiWorld/MindTheWord
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.3 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
{
"name": "MindTheWord",
"description": "Mind the Word Chrome Extension",
"version": "3.2.0",
"repository": "https://github.com/OiWorld/MindTheWord",
"license": "",
"scripts": {
"test": "karma start"
},
"jspm": {
"dependencies": {
"angular": "github:angular/bower-angular@^1.5.5",
"bootstrap": "github:twbs/bootstrap@^3.3.6",
"jquery": "npm:jquery@^2.2.3",
"lodash": "npm:lodash@^4.14.0"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
},
"buildConfig": {
"transpileES6": true,
"minify": true
}
},
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-cli": "^1.2.2",
"gulp-jspm": "^0.5.10",
"gulp-minify": "0.0.11",
"gulp-rename": "^1.2.2",
"jasmine-core": "^2.4.1",
"jsdoc": "^3.4.3",
"karma": "^0.13.22",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "^1.0.1",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-jspm": "^2.1.1",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sinon-chrome": "^0.2.0",
"karma-spec-reporter": "0.0.26",
"phantomjs-prebuilt": "^2.1.7",
"run-sequence": "^1.1.5"
}
}