-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 918 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
{
"name": "billtracker_grunt",
"version": "0.0.1",
"homepage": "http://www.billtracker.org/",
"bugs": "https://github.com/bill-tracker/bill-tracker/issues",
"main": "Gruntfile.js",
"repository": "bill-tracker/billtracker_grunt",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "grunt devserver"
},
"author": "",
"license": "ISC",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-preprocess": "^5.1.0"
},
"dependencies": {
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-env": "^0.4.4",
"grunt-exec": "^0.4.7",
"grunt-preprocess": "^5.1.0"
}
}