-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
57 lines (57 loc) · 1.62 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": "PixelCounterApp",
"version": "1.0.0",
"description": "",
"keywords": [],
"homepage": "https://github.com/israelmw/pixelcounter",
"bugs": "https://github.com/israelmw/pixelcounter/issues",
"author": {
"name": "Israel Wegierski",
"email": "",
"url": "https://github.com/israelmw"
},
"repository": {
"type": "git",
"url": "git://github.com/israelmw/pixelcounter.git"
},
"dependencies": {
"pixelcounter": "^1.2.0"
},
"devDependencies": {
"include-all": "^0.1.6",
"assemble": "~0.4.42",
"concat-files": "~0.1.0",
"grunt": "^0.4.5",
"grunt-autoprefixer": "~2.2.0",
"grunt-connect-proxy": "~0.1.11",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-compress": "^0.10.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^0.12.1",
"grunt-contrib-htmlmin": "~0.3.0",
"grunt-contrib-imagemin": "~0.9.2",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-rename": "0.0.3",
"grunt-contrib-sass": "~0.8.1",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-filerev": "^2.1.2",
"grunt-jscs": "^1.2.0",
"grunt-modernizr": "~0.6.0",
"grunt-spritesmith": "^3.6.0",
"grunt-usemin": "~3.0.0",
"grunt-webfont": "^0.5.1",
"grunt-wiredep": "^2.0.0",
"handlebars-helper-eachitems": "^0.1.2",
"handlebars-helper-partial": "^0.1.3",
"handlebars-helper-repeat": "^0.2.0",
"handlebars-helpers": "^0.5.8",
"jit-grunt": "0.9.0",
"time-grunt": "~1.0.0"
},
"engines": {
"node": ">=0.10.0"
}
}