forked from sumocoders/forkcms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 754 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 754 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": "forkcms",
"version": "3.6.6",
"theme": "Bootstrap",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-compass": "^1.0.3",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-imagemin": "^0.9.4",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-fontgen": "^0.2.2",
"grunt-replace": "^0.9.2",
"grunt-svgmin": "^2.0.1",
"grunt-sync": "^0.2.3",
"grunt-usemin": "^3.0.0",
"grunt-webfont": "^0.5.3",
"load-grunt-tasks": "^3.1.0"
}
}