-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 964 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 964 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
32
33
34
35
36
{
"name": "code-review-starter",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node --harmony index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bluebird": "^3.4.6",
"child-process-promise": "^2.2.0",
"cli-table": "^0.3.1",
"clipboardy": "^0.1.2",
"eslint-config-fullstack": "^2.6.0",
"fake-xml-http-request": "^1.4.0",
"fs-extra": "^2.0.0",
"lodash": "^4.17.4",
"node-notifier": "^4.6.1",
"nodegit": "^0.16.0",
"sequelize-erd": "^1.0.6",
"svg-to-png": "^3.1.2",
"webpack": "^1.14.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-2": "^6.18.0"
}
}