-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.61 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
{
"name": "simple-graphs",
"version": "1.0.0",
"description": "Simple graph visualisations built on Metry platform",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "rm -rf ./dist/* && ./node_modules/.bin/gulp",
"build": "npm install && rm -rf ./dist/* && ./node_modules/.bin/gulp bundle"
},
"author": "Torsten Freyhall <[email protected]>",
"engines": {
"node": "5.0.x",
"npm": "3.3.x"
},
"license": "ISC",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/energimolnet/simple-graphs.git"
},
"devDependencies": {
"browser-sync": "^2.9.3",
"browserify": "^12.0.0",
"browserify-ngannotate": "^1.0.1",
"browserify-plain-jade": "^0.2.2",
"bundle-collapser": "^1.2.1",
"del": "^2.0.2",
"event-stream": "^3.3.1",
"gulp": "^3.9.0",
"gulp-angular-gettext": "^2.1.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-htmlmin": "^1.1.4",
"gulp-jade": "^1.1.0",
"gulp-less": "^3.0.3",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.4.0",
"gulp-util": "^3.0.6",
"lodash.assign": "^3.2.0",
"require-dir": "^0.3.0",
"uglifyify": "^3.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
},
"dependencies": {
"angular": "^1.4.5",
"angular-gettext": "^2.1.0",
"angular-sanitize": "^1.4.5",
"angular-ui-bootstrap": "^0.13.4",
"angular-ui-router": "^0.2.15",
"bootstrap": "^3.3.5",
"energimolnet-ng": "^0.4.8",
"highcharts-ng": "0.0.11"
}
}