-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 727 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 727 Bytes
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
{
"name": "gruntBuildProject",
"version": "0.0.3",
"main": "gruntfile.coffee",
"authors": "Simon Tregunna <simon@method7.co.uk>",
"repository": {
"type": "git",
"url": "https://github.com/method7/gruntBuildProject.git"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-coffee-percolator": "~0.2.3",
"grunt-contrib-sass": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.5",
"grunt-contrib-cssmin": "~0.6.2",
"js-yaml": "~2.1.3",
"grunt-contrib-coffee": "~0.6.6",
"requirejs": "~2.1.10",
"grunt-contrib-handlebars": "~0.7.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-clean": "~0.5.0"
}
}