forked from EXPLOSIVE-FALCON/Global-View
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 972 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
{
"name": "CitizenNewsFinder",
"version": "0.1.0",
"main": "server/server.js",
"devDependencies": {
"chai": "^1.9.2",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jsdoc": "^0.6.1",
"grunt-nodemon": "^0.3.0",
"install": "^0.1.7",
"jsdoc": "^3.3.0-alpha9",
"mocha": "^1.21.5",
"npm": "^2.1.4",
"path": "^0.4.9"
},
"dependencies": {
"angular-ui-router": "^0.2.11",
"body-parser": "^1.9.0",
"bower": "^1.3.12",
"cheerio": "^0.17.0",
"express": "^4.9.7",
"flickrapi": "^0.3.26",
"lodash": "^2.4.1",
"open": "0.0.5",
"prompt": "^0.2.14",
"querystring": "^0.2.0",
"request": "^2.45.0",
"twit": "^1.1.18",
"util": "^0.10.3"
},
"scripts": {
"postinstall": "./node_modules/bower/bin/bower install"
}
}