This repository has been archived by the owner on Aug 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.88 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
{
"name": "hde",
"version": "0.0.1",
"description": "",
"main": "app.js",
"scripts": {
"devel": "SET NODE_ENV=production",
"jspm": "jspm bundle start.js app.js --skip-source-maps --inject",
"live-server": "reload -bh -r 0",
"onchange-js": "onchange src/**/*.* -- npm run jspm",
"reload-info": "onchange app.js -- echo %TIME% > inforel.html",
"start": "parallelshell \"npm run devel\" \"npm run live-server\" \"npm run onchange-js\" "
},
"repository": {
"type": "git",
"url": "git+https://github.com/adammertel/hde.git"
},
"author": "Adam Mertel, Jan Škvrňák",
"license": "ISC",
"bugs": {
"url": "https://github.com/adammertel/hde/issues"
},
"homepage": "https://github.com/adammertel/hde#readme",
"jspm": {
"dependencies": {
"css": "github:systemjs/plugin-css@^0.1.21",
"d3": "npm:d3@^3.5.17",
"font-awesome": "npm:font-awesome@^4.6.1",
"jieter/Leaflet-semicircle": "github:jieter/Leaflet-semicircle@^1.0.5",
"jquery": "npm:jquery@^2.2.4",
"jsx": "github:floatdrop/plugin-jsx@^1.1.0",
"leaflet": "github:Leaflet/Leaflet@^0.7.7",
"lodash": "npm:lodash@^3.10.0",
"react": "npm:react@^15.1.0",
"react-dom": "npm:react-dom@^15.1.0",
"react-grid-layout": "npm:react-grid-layout@^0.12.6",
"sashakavun/leaflet-piechart": "github:sashakavun/leaflet-piechart@^0.1.2",
"strml/react-grid-layout": "github:strml/react-grid-layout@^0.12.6"
},
"devDependencies": {
"babel": "npm:babel-core@^5.1.13",
"babel-runtime": "npm:babel-runtime@^5.1.13",
"bootstrap-material": "github:fezVrasta/bootstrap-material-design@^0.5.9",
"clean-css": "npm:clean-css@^3.4.12",
"core-js": "npm:core-js@^0.9.4"
}
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"livereload": "^0.4.1",
"react-hot-loader": "^1.3.0"
}
}