-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
68 lines (68 loc) · 1.69 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "populr",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "gulp mochatest",
"postinstall": "gulp heroku"
},
"engines": {
"node": "0.12.10"
},
"repository": {
"type": "git",
"url": "https://github.com/persnickety-vagabond/populr.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/persnickety-vagabond/populr/issues"
},
"homepage": "https://github.com/persnickety-vagabond/populr",
"dependencies": {
"bluebird": "^2.9.24",
"body-parser": "^1.12.2",
"browserify": "^9.0.4",
"chart.js": "^1.0.2",
"cheerio": "^0.19.0",
"emoji": "^0.3.2",
"express": "^4.12.3",
"feedparser": "^1.0.1",
"fs-utils": "^0.6.0",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-html-replace": "^1.4.4",
"gulp-minify-css": "^1.0.0",
"gulp-sass": "^1.3.3",
"gulp-sequence": "^0.3.2",
"gulp-server-livereload": "^1.2.1",
"gulp-shell": "^0.4.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.1.0",
"instafeed.js": "^1.3.2",
"lodash": "^3.6.0",
"morgan": "^1.5.2",
"node-sass": "^3.4.2",
"oauth": "^0.9.12",
"pg": "^4.3.0",
"pg-hstore": "^2.3.2",
"react": "^0.13.1",
"react-chartjs": "^0.6.0",
"react-d3": "^0.3.1",
"react-router": "^0.13.2",
"react-simpletabs": "^0.6.1",
"react-tools": "^0.13.1",
"reactify": "^1.1.0",
"reflux": "^0.2.7",
"request": "^2.55.0",
"sass": "^0.5.0",
"sequelize": "^2.0.5",
"then-redis": "^1.3.0",
"twitter": "^1.2.5",
"validator": "^3.37.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.1.0"
}
}