forked from plouc/cloud-pie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.1 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
{
"name": "cloud-pie",
"description": "Tool to vizualize your cloud infrastructure",
"version": "0.0.1",
"private": true,
"author": "Raphaël Benitte",
"repository": {
"type": "git",
"url": "https://github.com/plouc/kumo-no-naka.git"
},
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
},
"dependencies": {
"aws-sdk": "^2.0.4",
"bluebird": "^2.1.3",
"body-parser": "^1.3.0",
"d3": "^3.5.5",
"express": "^4.12.4",
"font-awesome-stylus": "^4.3.0",
"lodash": "3.9.3",
"method-override": "^2.0.2",
"react": "^0.13.3",
"superagent": "^1.2.0"
},
"devDependencies": {
"babel-eslint": "^3.1.10",
"babelify": "^6.1.2",
"browserify": "^10.2.1",
"chalk": "^1.0.0",
"eslint": "^0.22.1",
"eslint-plugin-react": "^2.4.0",
"gulp": "^3.8.11",
"gulp-eslint": "^0.12.0",
"gulp-flowtype": "^0.4.7",
"gulp-rename": "^1.2.2",
"gulp-stylus": "^2.0.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"reflux": "^0.2.7",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.1"
}
}