-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (25 loc) · 746 Bytes
/
package.json
File metadata and controls
26 lines (25 loc) · 746 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
26
{
"name": "",
"version": "0.0.0",
"private": true,
"authors": [
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.4.4",
"grunt-contrib-requirejs": "~0.4.1",
"grunt-contrib-less": "~0.6.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-usemin": "~0.1.12",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt-contrib-uglify": "~0.2.2",
"grunt-rev": "~0.1.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-express-server": "~0.4.2",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-imagemin": "~0.2.0",
"connect": "~2.8.5"
}
}