forked from fatso83/grunt-codekit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.34 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
59
60
61
62
{
"name": "grunt-codekit",
"description": "Grunt plugin that compiles Kit files",
"version": "0.4.1",
"homepage": "https://github.com/fatso83/grunt-codekit",
"author": {
"name": "Carl-Erik Kopseng",
"email": "carlerik@gmail.com",
"url": "http://oligofren.wordpress.com"
},
"repository": {
"type": "git",
"url": "git://github.com/fatso83/grunt-codekit.git"
},
"bugs": {
"url": "https://github.com/fatso83/grunt-codekit/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/fatso83/grunt-codekit/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"node-kit": "~0.6",
"file-builder": "^0.1.0",
"async": "^0.9.0"
},
"devDependencies": {
"chai": "^1.9.1",
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.11.0",
"load-grunt-tasks": "^0.4.0",
"fs-extra": "^0.10.0",
"sinon": "^1.10.3"
},
"peerDependencies": {
"grunt": "~0.4.2"
},
"keywords": [
"grunt",
"plugin",
"codekit",
"prepros",
"concatenate",
"topological sort",
"append",
"prepend",
"Kit language",
"@codekit-append",
"@codekit-prepend"
]
}