-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 834 Bytes
/
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
{
"name": "grunt-nar",
"description": "Create and extract nar archives",
"version": "0.4.0",
"engineStrict": true,
"repository": "h2non/grunt-nar",
"license": "MIT",
"author": {
"name": "Tomas Aparicio",
"email": "[email protected]"
},
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"fw": "~0.1.2",
"hu": "~0.1.0",
"requireg": "^0.1.3"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.4.0",
"grunt-mocha-cli": "~1.8.0",
"coffee-script": "~1.7.1"
},
"peerDependencies": {
"grunt": "~0.4.2"
},
"keywords": [
"gruntplugin",
"nar",
"application",
"executable",
"tar",
"tarball",
"archive",
"archiver",
"compress",
"compression",
"files"
]
}