-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1016 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 1016 Bytes
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
{
"name": "fluxnotes-treatment-options-node-server",
"version": "0.0.1",
"description": "Fluxnotes Treatment Options Node Server",
"main": "index.js",
"scripts": {
"start": "babel-node --presets es2015 --plugins transform-class-properties,transform-es2015-destructuring,transform-object-rest-spread ./nodejs-server-server/index.js"
},
"keywords": [
"swagger"
],
"license": "Unlicense",
"private": true,
"dependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"connect": "^3.2.0",
"es6-shim": "^0.35.3",
"js-yaml": "^3.3.0",
"mongodb": "^2.2.33",
"react": "^16.0.0",
"superagent": "^3.8.3",
"swagger-tools": "^0.10.4"
}
}