-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 951 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
38
39
{
"name": "cmms",
"version": "0.0.1",
"description": "iTrak CMMS",
"main": "index.js",
"dependencies": {
"gulp": "^3.9.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-load-plugins": "^1.1.0",
"gulp-minify-css": "^1.2.1",
"gulp-minify-html": "^1.0.4",
"gulp-ng-annotate": "^1.1.0",
"gulp-ng-html2js": "^0.2.0",
"gulp-plumber": "^1.0.1",
"gulp-sass": "^2.1.0",
"gulp-sequence": "^0.4.1",
"gulp-uglify": "^1.5.1",
"js-yaml": "^3.4.5",
"ng-html2js": "^2.0.0",
"ngstorage": "^0.3.10",
"rimraf": "^2.4.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/steveoc64/cmms.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/steveoc64/cmms/issues"
},
"homepage": "https://github.com/steveoc64/cmms#readme"
}