-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 797 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 797 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
{
"name": "skiplist",
"version": "0.0.3",
"private": true,
"scripts": {
"start": "node app.js"
},
"contributors": [
"Akhil <akhilaryan@ymail.com>",
"Drew Winget <awinget@stanford.edu>",
"Michael E. Karpeles <michael.karpeles@gmail.com>",
"Zephyr <zephyr.pellerin@gmail.com>"
],
"dependencies": {
"express": "~3.3.4",
"mongoose": "~3.6.14",
"hogan-express": "*",
"underscore": "~1.5.2",
"socket.io": "~0.9.15",
"less-middleware": "~0.1.12",
"hogan.js": "~2.0.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-develop": "~0.1.1",
"grunt-contrib-watch": "~0.4.4",
"grunt-contrib-hogan": "*",
"grunt-contrib-less": "~0.7.0",
"grunt-shell": "~0.4.0",
"request": "~2.22.0",
"shelljs": "~0.2.6"
}
}