forked from Autodesk/machine-collaboration-utility
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.42 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.42 KB
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "machine-collaboration-utility",
"version": "1.0.2",
"private": true,
"scripts": {
"install": "node install_os_dependencies.js",
"debug": "node node_modules/gulp/bin/gulp.js debug",
"test": "node node_modules/gulp/bin/gulp.js test",
"start": "node node_modules/gulp/bin/gulp.js",
"build": "node node_modules/gulp/bin/gulp.js build"
},
"licenses": [
{
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"dependencies": {
"asyncawait": "^1.0.6",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-es2017": "^6.14.0",
"babel-preset-node6": "^11.0.0",
"babel-preset-react": "^6.11.1",
"bluebird": "^3.4.3",
"dotenv": "^2.0.0",
"fs-promise": "^0.5.0",
"fs-walk": "0.0.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-mocha": "^3.0.1",
"gulp-nodemon": "^2.1.0",
"gulp-sass": "^2.3.2",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^2.1.1",
"gulp-webpack": "^1.5.0",
"heartbeater": "^0.1.0",
"ip": "^1.1.3",
"is-browser": "^2.0.1",
"javascript-state-machine": "^2.3.5",
"json-stringify-safe": "^5.0.1",
"koa": "^2.0.0-alpha.5",
"koa-body": "^1.4.0",
"koa-bodyparser": "^2.2.0",
"koa-convert": "^1.2.0",
"koa-cors": "0.0.16",
"koa-json": "^1.1.3",
"koa-router": "^7.0.1",
"koa-socket": "^4.4.0",
"koa-static": "^2.0.0",
"line-by-line": "^0.1.5",
"node-uuid": "^1.4.7",
"pg": "^6.1.0",
"react": "^15.3.1",
"react-bootstrap": "^0.30.3",
"react-dom": "^15.3.1",
"react-dropzone": "^3.5.3",
"react-hot-loader": "^1.3.0",
"react-router": "^2.7.0",
"request": "^2.74.0",
"request-promise": "^4.1.1",
"sequelize": "^3.24.1",
"should": "^11.1.0",
"source-map-loader": "^0.1.5",
"source-map-support": "^0.4.2",
"superagent": "^2.2.0",
"timer-stopwatch": "^0.2.0",
"underscore": "^1.8.3",
"unzip2": "^0.2.5",
"winston": "^2.2.0"
},
"engines": {
"node": "^6.9",
"npm": "^3"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"eslint": "^3.4.0",
"eslint-config-airbnb": "^10.0.1",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.2.0",
"eslint-plugin-react": "^6.1.2"
}
}