-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.17 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
{
"name": "dashboard-core",
"version": "1.0.0",
"description": "This dashboard will be used in all Tractive web apps",
"main": "index.html",
"scripts": {
"postinstall": "bower install"
},
"keywords": [
"angularjs",
"bootstrap",
"beacon",
"ibeacon",
"ble",
"bluetooth"
],
"author": "",
"devDependencies": {
"bower": "^1.3.1",
"smartcomments": "latest",
"grunt": "^0.4.5",
"grunt-bower-postinst": "^0.2.1",
"gulp": "~3.9.1",
"gulp-angular-extender": "~0.1.0",
"gulp-clean": "~0.3.1",
"gulp-concat": "~2.4.1",
"gulp-connect": "~2.0.6",
"gulp-inject": "~1.0.2",
"gulp-minify-css": "~0.3.10",
"gulp-ng-annotate": "~0.3.3",
"gulp-ng-html2js": "~0.1.8",
"gulp-replace": "~0.4.0",
"gulp-rev": "~1.1.0",
"gulp-rev-outdated": "0.0.6",
"gulp-uglify": "~1.0.1",
"gulp-usemin": "~0.3.8",
"shelljs": "^0.2.6"
},
"dependencies": {
"connect-modrewrite": "^0.8.2",
"gulp-install": "^0.6.0",
"gulp-less": "^3.3.0",
"gulp-minify-css": "^1.2.4",
"gulp-remove-empty-lines": "0.0.8",
"gulp-rename": "^1.2.2",
"gulp-watch": "^4.3.10",
"merge-stream": "^1.0.0"
}
}