-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 822 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 822 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
{
"name": "culturechronicles",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "app.js"
},
"dependencies": {
"express": "~3.3.4",
"jade": "~0.34.0",
"mongoose": "~3.6.14"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-develop": "~0.2.2",
"grunt-contrib-watch": "~0.5.3",
"request": "~2.27.0",
"time-grunt": "~0.1.1",
"load-grunt-tasks": "~0.2.0",
"grunt-contrib-copy": "~0.5.0",
"stylus": "~0.42.0",
"grunt-contrib-stylus": "~0.12.0",
"nib": "~1.0.2",
"grunt-contrib-clean": "~0.5.0",
"node-rest-client": "~0.7.5",
"async": "~0.2.10",
"coverart": "0.0.1",
"cheerio": "~0.13.1",
"imdb-api": "~1.3.3",
"node-fs": "~0.1.7",
"grunt-bower": "~0.8.4",
"nodebrainz": "^1.0.1",
"tomatoes": "0.0.1"
}
}