-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1003 Bytes
/
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
{
"name": "sprinter",
"version": "0.0.0",
"description": "",
"main": "app.js",
"scripts": {
"postinstall": "./node_modules/.bin/bower install && ./node_modules/.bin/grunt build",
"start": "node server/app.js",
"test" : "mocha tests/*"
},
"keywords": [],
"author": "author",
"dependencies": {
"bower": "1.3.8",
"grunt-contrib-jshint": "0.7.2",
"grunt-contrib-less": "0.9.0",
"grunt-cli": "0.1.13",
"grunt-contrib-watch": "0.5.3",
"grunt-express-server": "0.4.19",
"grunt-shell": "0.6.1",
"express": "3.4.8",
"grunt-jsbeautifier": "0.2.6",
"grunt-shell-spawn": "0.3.0",
"grunt": "0.4.2",
"habitat": "1.1.0",
"passport-github": "0.1.5",
"request": "2.51.0",
"node-oauth2-server": "2.2.2",
"passport": "0.2.1",
"webmaker-auth": "0.0.8",
"sequelize": "1.7.10",
"simple-oauth2": "0.1.9",
"sqlite3": "2.2.7",
"chai": "^2.2.0",
"mocha": "^2.2.4"
},
"engines": {
"node": ">=0.10"
}
}