-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
65 lines (65 loc) · 1.87 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
58
59
60
61
62
63
64
65
{
"name": "myapp",
"description": "my test application",
"version": "0.1.0",
"engines": {
"node": ">= 0.10.0"
},
"repository": {
"type": "git",
"url": "git@github.com:elijahmanor/gruntify-fed.git"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-autoprefixer": "~1.0.0",
"grunt-available-tasks": "^0.5.0",
"grunt-bower": "^0.13.4",
"grunt-browserify": "^3.0.0",
"grunt-bump": "0.0.15",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.7.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-htmlmin": "^0.2.0",
"grunt-contrib-imagemin": "^0.6.1",
"grunt-contrib-jasmine": "^0.8.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-docco": "~0.3.3",
"grunt-exorcise": "~0.1.0",
"grunt-html-validation": "~0.1.18",
"grunt-jasmine-node": "^0.2.1",
"grunt-jscs": "^0.6.2",
"grunt-jsxhint": "^0.1.0",
"grunt-newer": "^0.7.0",
"grunt-notify": "^0.3.1",
"grunt-pagespeed": "^0.1.2",
"grunt-phantomas": "^0.5.3",
"grunt-prompt": "^1.1.0",
"grunt-react": "^0.9.0",
"grunt-replace": "~0.7.7",
"grunt-shell": "^1.1.1",
"grunt-sizediff": "^0.3.3",
"grunt-svgmin": "^0.4.0",
"grunt-uncss": "^0.3.3",
"load-grunt-config": "^0.12.0",
"load-grunt-tasks": "~0.4.0",
"es5-shim": "~3.4.0",
"es6ify": "~1.1.0",
"jshint-stylish": "^0.4.0",
"lodash": "~2.4.1",
"lodash-node": "~2.4.1",
"traceur": "0.0.33",
"grunt-template-jasmine-istanbul": "^0.3.0",
"grunt-play": "^0.1.0",
"grunt-wow": "^0.1.4",
"grunt-sassdoc": "^1.0.3",
"jit-grunt": "^0.9.0",
"grunt-sass": "^0.16.1",
"time-grunt": "^1.0.0",
"grunt-scss-lint": "^0.3.4"
}
}