-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.64 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "quematech",
"version": "1.0.0",
"dependencies": {
"grunt-replace": "^0.7.8"
},
"devDependencies": {
"chai": "~1.9.0",
"connect-livereload": "~0.3.2",
"glob": "~3.2.9",
"grunt": "^0.4.5",
"grunt-bower-requirejs": "^0.11.0",
"grunt-concurrent": "~0.5.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compass": "~1.0.3",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-handlebars": "git://github.com/stephanebachelier/grunt-contrib-handlebars.git#handlebars2",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-imagemin": "~0.7.0",
"grunt-contrib-jst": "^0.6.0",
"grunt-contrib-sass": "^0.7.3",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-conventional-changelog": "~1.1.0",
"grunt-filerev": "^0.2.1",
"grunt-groc": "~0.4.5",
"grunt-groundskeeper": "^0.1.10",
"grunt-open": "~0.2.3",
"grunt-preprocess": "^4.0.0",
"grunt-replace": "^0.7.7",
"grunt-requirejs": "^0.4.2",
"grunt-rev": "~0.1.0",
"grunt-shell": "^0.7.0",
"grunt-svgmin": "^0.4.0",
"grunt-svgstore": "^0.3.3",
"grunt-usemin": "^2.1.0",
"grunt-wrap": "^0.3.0",
"jit-grunt": "^0.7.0",
"jshint-stylish": "^0.2.0",
"load-grunt-config": "^0.10.0",
"mocha": "^1.18.2",
"requirejs": "~2.1.11",
"sinon": "^1.9.1",
"sinon-chai": "~2.5.0",
"time-grunt": "^0.3.1",
"grunt-postcss": "^0.6",
"pixrem": "*",
"autoprefixer-core": "*",
"cssnano": "*"
},
"engines": {
"node": ">=0.8.0"
}
}