-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.14 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "application-name",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"devDependencies": {
"bluebird": "^2.8.0",
"bower": "latest",
"browserify": "^6.3.2",
"browserify-middleware": "^4.1.0",
"browserify-shim": "^3.8.2",
"d3-browserify": "^3.4.12",
"domready": "^1.0.7",
"gulp": "^3.8.11",
"gulp-browserify": "^0.5.0",
"gulp-jshint": "latest",
"gulp-livereload": "^1.5.0",
"gulp-nodemon": "latest",
"gulp-watch": "~0.6.4",
"jquery": "^2.1.1",
"oriento": "^1.0.0",
"request": "^2.55.0",
"typeahead.js": "^0.10.5",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.1.1"
},
"dependencies": {
"body-parser": "~1.0.0",
"cookie-parser": "~1.0.1",
"debug": "~0.7.4",
"ejs": "~0.8.5",
"express": "~4.0.0",
"mongoose": "^3.8.19",
"morgan": "~1.0.0",
"pg": "^4.4.0",
"static-favicon": "~1.0.0",
"stylus": "0.42.3"
},
"browserify-shim": {
"cola": "global:cola",
"d3": "global:d3",
"WIKIPEDIA": "global:WIKIPEDIA"
},
"browserify": {
"transform": [
"browserify-shim"
]
}
}