-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.39 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": "wire-spec-loader",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node ./runner && npm run karma-main",
"karma-main": "karma start test/config/main/karma.conf.js"
},
"keywords": [],
"author": "Denis Savenok <[email protected]> (http://designeng.github.io/)",
"license": "ISC",
"dependencies": {
"coffee-script": "^1.10.0",
"escodegen": "^1.8.0",
"esprima": "^2.7.2",
"essential-wire": "git://github.com/designeng/essential-wire",
"underscore": "^1.8.3",
"wire": "^0.10.11"
},
"devDependencies": {
"babel-core": "^6.3.15",
"babel-loader": "^6.2.0",
"babel-plugin-syntax-class-properties": "^6.3.13",
"babel-plugin-transform-decorators-legacy": "^1.3.3",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babel-preset-stage-1": "^6.3.13",
"babel-runtime": "^5.8.20",
"chai": "^3.5.0",
"chai-spies": "^0.7.1",
"karma": "^0.13.15",
"karma-chai": "^0.1.0",
"karma-chai-plugins": "^0.6.1",
"karma-cli": "^0.1.1",
"karma-mocha": "^0.2.1",
"karma-osx-reporter": "^0.2.1",
"karma-phantomjs-launcher": "^0.2.1",
"karma-sourcemap-loader": "^0.3.6",
"karma-webpack": "^1.7.0",
"mocha": "^2.3.4",
"phantomjs": "^1.9.19",
"phantomjs-polyfill": "0.0.1",
"webpack": "^1.12.13"
}
}