-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.25 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
{
"name": "grunt-dogescript",
"description": "much dogescript so usefull",
"version": "2.4.0",
"homepage": "https://github.com/dogescript/grunt-dogescript",
"author": {
"name": "Bart van der Schoor",
"url": "https://github.com/Bartvds"
},
"repository": {
"type": "git",
"url": "https://github.com/dogescript/grunt-dogescript"
},
"bugs": {
"url": "https://github.com/dogescript/grunt-dogescript/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/dogescript/grunt-dogescript/blob/master/LICENSE-MIT"
}
],
"keywords": [
"gruntplugin",
"dogescript",
"doge",
"compiler",
"wow",
"amaze"
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test",
"prepublish": "node ./node_modules/dogescript/dist/dogescript.bin.js ./tasks/dogescript.djs --beautify > ./tasks/dogescript.js"
},
"dependencies": {
"async": "^0.9.0",
"dogescript": "2.4.0",
"require-doge": "^0.1.3"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-cli": "~0.1",
"grunt-continue": "0.0.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.8.0"
},
"peerDependencies": {
"grunt": ">=0.4.0"
}
}