-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.38 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
{
"name": "cqaso-error",
"version": "1.1.0",
"description": "",
"main": "dist/cqaso_error.js",
"minified:main": "dist/cqaso_error.min.js",
"scripts": {
"build": "npm-run-all clean transpile minify",
"clean": "rm -rf dist/",
"transpile": "node --harmony ./bin/build.js",
"minify": "uglifyjs $npm_package_main -cm -o $npm_package_minified_main",
"test": "karma start",
"start": "webpack -w"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-es2015-minimal-rollup": "^2.0.0",
"babel-preset-es2015-without-strict": "^0.0.4",
"babel-preset-stage-0": "^6.16.0",
"chai": "^3.5.0",
"isparta-loader": "^2.0.0",
"karma": "^1.3.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-coveralls": "^1.1.2",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sinon": "^1.0.5",
"karma-spec-reporter": "^0.0.26",
"karma-webpack": "^1.8.0",
"mocha": "^3.1.2",
"npm-run-all": "^3.1.1",
"phantomjs-prebuilt": "2.1.7",
"rollup": "^0.36.3",
"rollup-plugin-babel": "^2.6.1",
"sinon": "^2.0.0-pre.4",
"uglify-js": "^2.7.5",
"webpack": "^1.13.3"
},
"author": "",
"license": "ISC"
}