-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·35 lines (35 loc) · 1.17 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
{
"name": "nko2015-entry",
"version": "0.0.1",
"description": "Our soon to be awesome entry for NKO2015. Let's make something amazing.",
"author": "Node Knockout Team <[email protected]>",
"main": "./app.js",
"dependencies": {
"babel-plugin-syntax-async-functions": "^6.0.14",
"babel-plugin-syntax-async-generators": "^6.0.15",
"babel-plugin-transform-async-functions": "^6.0.14",
"babel-plugin-transform-async-to-generator": "^6.0.14",
"babel-plugin-transform-async-to-module-method": "^6.0.14",
"babel-plugin-transform-regenerator": "^6.0.18",
"babel-plugin-transform-strict-mode": "^6.1.2",
"babel-preset-es2015-node5": "^1.0.0",
"bluebird": "^3.0.5",
"body-parser": "^1.14.1",
"compression": "^1.6.0",
"express": "4.x.x",
"express-session": "^1.12.1",
"github-scraper": "^3.0.22",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"lodash": "^3.10.1",
"method-override": "^2.3.5",
"passport": "^0.3.0",
"passport-github2": "^0.1.9"
},
"scripts": {
"preinstall": "npm i -g babel-cli",
"start": "babel-node app.js",
"postinstall": "node scripts/postinstall.js"
}
}