-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.01 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
{
"private": true,
"devDependencies": {
"bower": "~1.3.9",
"grunt": "^0.4.5",
"grunt-autoprefixer": "~1.0.0",
"grunt-bake": "~0.3.12",
"grunt-bower-concat": "~0.3.0",
"grunt-cli": "~0.1.13",
"grunt-concat-sourcemap": "~0.4.3",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-qunit": "~0.5.2",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-csswring": "~1.0.0",
"grunt-jscs": "^1.8.0",
"grunt-react": "^0.12.2",
"grunt-throttle": "^0.2.1",
"load-grunt-tasks": "~0.6.0",
"time-grunt": "~1.0.0"
},
"name": "aegis-ui",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "[email protected]:esha/baldur.git"
},
"main": "src/main/resources/static/js/main.js",
"dependencies": {},
"scripts": {
"postinstall": "bower install && bower update",
"test": "grunt test"
},
"author": "ESHA Research, Inc",
"license": "MIT"
}