-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.21 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
{
"name": "jjb",
"version": "1.0.0",
"description": "",
"main": "karma.config.js",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^6.3.6",
"browser-sync": "^2.16.0",
"cookies": "^0.6.1",
"eslint-config-idiomatic": "^2.1.0",
"eslint-plugin-classes": "^0.1.1",
"git-guppy": "^1.2.1",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-eslint": "^3.0.1",
"gulp-filter": "^4.0.0",
"gulp-less": "^3.1.0",
"gulp-postcss": "^6.1.1",
"gulp-sourcemaps": "^1.6.0",
"guppy-pre-commit": "^0.3.0",
"http-proxy-middleware": "^0.17.2",
"inject-loader": "^2.0.1",
"istanbul-instrumenter-loader": "^0.2.0",
"jasmine": "^2.4.1",
"karma": "^1.1.2",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-jasmine-jquery": "^0.1.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"less": "^2.7.1",
"raw-loader": "^0.5.1",
"run-sequence": "^1.2.2",
"script-loader": "^0.7.0",
"webpack-stream": "^3.2.0",
"webpack-traceur-loader": "^0.3.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}