-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 960 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
{
"name": "webapps",
"version": "0.0.0",
"description": "Central Angular application to load other UA Libraries' web apps as modules",
"repository": {
"type": "git",
"url": "https://github.com/ualibweb/webapps.git"
},
"author": "Will Jones",
"license": "ECL-2.0",
"bugs": {
"url": "https://github.com/ualibweb/webapps/issues"
},
"devDependencies": {
"bower": ">=1.3.12",
"grunt": "~0.4.5",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "~0.12.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.6.1",
"load-grunt-tasks": "~1.0.0",
"time-grunt": "~1.0.0",
"grunt-contrib-copy": "~0.8.0",
"grunt-bump": "~0.3.0",
"grunt-html2js": "~0.3.0",
"grunt-bower-concat": "~0.4.0",
"grunt-bowercopy": "~1.2.0",
"grunt-bower-install": "~1.6.0",
"grunt-contrib-clean": "~0.7.0",
"grunt-text-replace": "~0.4.0"
}
}