-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1 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
{
"name": "sw.allotmentclub.frontend",
"title": "Allotmentclub management UI",
"version": "5.13.1-dev.0",
"devDependencies": {
"grunt": "~1.0.1",
"grunt-bower-concat": "~1.0.0",
"grunt-bower-task": "^0.5.0",
"grunt-bump": "^0.8.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-cssmin": "~2.2.1",
"grunt-contrib-handlebars": "^1.0.0",
"grunt-contrib-jasmine": "^1.0.3",
"grunt-contrib-jshint": "^1.0.0",
"grunt-filerev": "^2.2.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-string-replace": "^1.2.1",
"grunt-template-jasmine-istanbul": "^0.5.0",
"grunt-usemin": "~3.1.1",
"grunt-wiredep": "^3.0.1",
"load-grunt-tasks": "~3.5.0"
},
"dependencies": {
"codecov": "3.7.1",
"graceful-fs": "^4.1.11",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-manifest": "^0.4.0"
},
"scripts": {
"test": "grunt phantomjs"
}
}