forked from xolvio/qualityfaster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.19 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
{
"private": true,
"scripts": {
"install": "cd .scripts && npm install",
"start": ".scripts/start.js",
"karma": "./node_modules/.bin/karma start",
"test": ".scripts/test.js",
"ci": "npm install && CI=1 npm test"
},
"devDependencies": {
"babel-core": "^6.3.17",
"babel-loader": "^6.2.0",
"babel-plugin-transform-decorators-legacy": "^1.2.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.4.0",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-plugin-transform-strict-mode": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"jasmine": "https://github.com/xolvio/jasmine-npm/archive/29065151846755d6bbad369f506143ebf69b168f.tar.gz",
"json-loader": "^0.5.4",
"karma": "^0.13.16",
"karma-chrome-launcher": "^0.2.2",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.6",
"karma-sourcemap-loader": "0.3.6",
"karma-webpack": "1.7.0",
"phantomjs": "^1.9.19",
"shelljs": "^0.5.3",
"underscore": "^1.8.3",
"velocity-cli": "^0.4.3",
"wallaby-webpack": "0.0.10",
"webpack": "^1.12.9",
"xolvio-jasmine-expect": "^1.0.0"
}
}