-
Notifications
You must be signed in to change notification settings - Fork 58
/
package.json
58 lines (58 loc) · 1.46 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
{
"name": "npm-trends",
"version": "1.0.0",
"description": "Compare npm packages",
"main": "app.js",
"author": "John Potter",
"license": "ISC",
"scripts": {
"start": "node --harmony `which gulp`"
},
"dependencies": {
"bower": "1.6.5",
"dotenv": "1.2.0",
"elasticsearch": "9.0.2",
"history": "1.13.1",
"jade": "1.11.0",
"koa": "1.1.2",
"koa-cors": "0.0.16",
"koa-favicon": "^1.2.0",
"koa-logger": "1.3.0",
"koa-router": "5.3.0",
"koa-static": "1.5.2",
"koa-views": "3.1.0",
"mustache": "2.2.0",
"react": "0.14.2",
"react-dom": "0.14.2",
"react-router": "1.0.0",
"request": "2.67.0"
},
"devDependencies": {
"babel-plugin-react-transform": "1.1.1",
"babel-preset-es2015": "6.1.18",
"babel-preset-react": "6.1.18",
"babelify": "6.4.0",
"browser-sync": "2.10.0",
"browserify": "12.0.1",
"gulp": "3.9.0",
"gulp-concat": "2.6.0",
"gulp-filter": "^3.0.1",
"gulp-inject": "^3.0.0",
"gulp-minify-css": "1.2.1",
"gulp-nodemon": "2.0.4",
"gulp-rename": "1.2.2",
"gulp-rev-all": "^0.8.22",
"gulp-rev-delete-original": "^0.1.0",
"gulp-rev-napkin": "^0.1.0",
"gulp-sass": "2.1.0",
"gulp-shell": "0.5.1",
"gulp-uglify": "1.5.1",
"livereactload": "2.1.0",
"main-bower-files": "2.9.0",
"react-proxy": "1.1.1",
"run-sequence": "1.1.5",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0",
"watchify": "3.6.0"
}
}