forked from venogram/ExpressiveJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.47 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
52
{
"name": "expressivejs",
"version": "1.1.1",
"description": "End to end server route tracking for express.js applications",
"main": "./gui/electron.js",
"scripts": {
"test": "export NODE_ENV=test && mocha --timeout 8000 test/",
"xpr-test": "cli/xprTest.js",
"xpr-build": "cli/xprBuild.js",
"xpr-display": "cli/xprDisplay.js",
"xpr": "cli/xpr.js",
"xpr-reset-json": "cli/xprRefreshJson.js",
"xpr-init": "cli/xprInit.js"
},
"bin": {
"xpr-test": "cli/xprTest.js",
"xpr-build": "cli/xprBuild.js",
"xpr-display": "cli/xprDisplay.js",
"xpr": "cli/xpr.js",
"xpr-reset-json": "cli/xprRefreshJson.js",
"xpr-init": "cli/xprInit.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/venogram/ExpressiveJS.git"
},
"author": "Venogram",
"license": "MIT",
"bugs": {
"url": "https://github.com/venogram/ExpressiveJS/issues"
},
"homepage": "https://github.com/venogram/ExpressiveJS#readme",
"dependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.27.3",
"deep-diff": "^0.3.4",
"electron": "^1.6.6",
"expressive-proxy": "^0.0.1",
"json-loader": "^0.5.4",
"node-sass": "^4.5.1",
"progress": "^2.0.0",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.0",
"webpack": "^2.4.1"
}
}