-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.1 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.1 KB
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
{
"name": "SolarFlare",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"description": "Realtime dashboard using D3 and react",
"repository": {
"type": "git",
"url": "git+https://github.com/CraftArt/SolarFlare.git"
},
"author": "Vivek Thakur",
"license": "ISC",
"bugs": {
"url": "https://github.com/CraftArt/SolarFlare/issues"
},
"homepage": "https://github.com/CraftArt/SolarFlare#readme",
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"csvtojson": "^0.3.21",
"debug": "~2.2.0",
"express": "~4.13.1",
"jade": "~1.11.0",
"morgan": "~1.6.1",
"serve-favicon": "~2.3.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"jspm": "^0.16.27"
},
"jspm": {
"directories": {
"baseURL": "public"
},
"dependencies": {
"angular": "github:angular/bower-angular@^1.5.0",
"d3": "npm:d3@^3.5.16"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
}
}