-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·58 lines (58 loc) · 1.78 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·58 lines (58 loc) · 1.78 KB
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
{
"name": "start-to-grunt",
"description": "One step ahead on having the best project ever with this starter kit.",
"version": "0.1.0",
"homepage": "https://github.com/kn9ts/start-to-grunt",
"author": {
"name": "Eugene Mutai",
"email": [
"eugenemutai@gmail.com"
],
"link": "http://twitter.com/kn9ts"
},
"repository": {
"type": "git",
"url": "git://github.com/kn9ts/start-to-grunt.git"
},
"bugs": {
"url": "https://github.com/kn9ts/start-to-grunt/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/kn9ts/start-to-grunt/blob/master/LICENSE-MIT"
},
"main": "lib/knights",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt serve"
},
"dependencies": {
"assemble-less": "~0.7.0",
"grunt": "~0.4.4",
"grunt-autoprefixer": "~0.5.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-csslint": "^0.4.0",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt-contrib-jade": "~0.11.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-less": "~0.11.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.5.2",
"grunt-css-selectors": "~1.0.0",
"grunt-dom-munger": "^3.4.0",
"grunt-notify": "^0.4.1",
"jshint-stylish": "~0.1.3",
"less-plugin-autoprefix": "^1.3.0",
"less-plugin-clean-css": "^1.4.0",
"load-grunt-config": "^0.16.0",
"load-grunt-tasks": "~0.2.0",
"time-grunt": "~0.2.0"
},
"keywords": []
}