forked from bodograumann/powergrid-dynamics-simulation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1005 Bytes
/
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
{
"name": "powergrid-dynamics-simulation",
"version": "0.1.0",
"description": "Adaption of the Power Grid Dynamics Simulation application for IMAGINARY exhibitions",
"repository": "IMAGINARY/powergrid-dynamics-simulation",
"main": "index.html",
"author": "IMAGINARY gGmbH <[email protected]>",
"license": "GPLv3",
"private": true,
"engines": {
"node": "^4.8.0"
},
"dependencies": {
"bluebird": "^3.5.0",
"superagent": "^3.5.2",
"js-yaml": "^3.8.4"
},
"devDependencies": {
"babel-preset-env": "^1.6.0",
"babelify": "^7.3.0",
"browser-sync": "^2.10.0",
"browserify": "^13.3.0",
"gulp": "^3.9.1",
"gulp-pug": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.1.2",
"gulp-util": "^3.0.7",
"pug": "^2.0.0-beta6",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}