This repository has been archived by the owner on Nov 27, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.57 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
50
51
{
"name": "jsfile-wcbff",
"version": "0.1.2",
"description": "jsFile-wcbff",
"main": "dist/jsfile-wcbff.js",
"scripts": {
"test": "./node_modules/.bin/grunt blobify && ./node_modules/.bin/karma start",
"test-coveralls": "./node_modules/.bin/grunt blobify && ./node_modules/.bin/karma start --reporters=progress,coverage,coveralls",
"build": "./node_modules/.bin/grunt build"
},
"keywords": [
"doc",
"jsfile",
"engine",
"wcbff"
],
"devDependencies": {
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"chai-json-schema": "^1.2.0",
"grunt": "^0.4.5",
"grunt-blobify": "*",
"grunt-cli": "^0.1.13",
"grunt-config-dir": "^0.3.2",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-eslint": "^17.3.1",
"grunt-jscs": "^2.6.0",
"grunt-webpack": "^1.0.11",
"istanbul-instrumenter-loader": "^0.1.3",
"jsfile": "*",
"jsfile-schemas": "*",
"karma": "^0.13.19",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.3",
"karma-coveralls": "^1.1.2",
"karma-mocha": "^0.2.1",
"karma-webpack": "^1.7.0",
"lodash": "^3.10.1",
"mocha": "^2.3.4",
"webpack": "^1.12.12",
"webpack-dev-middleware": "^1.5.1",
"webpack-dev-server": "^1.14.1"
},
"peerDependencies": {
"chai": "2.x"
},
"license": "MIT"
}