-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
40 lines (40 loc) · 996 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
{
"name": "grunt-couchapp",
"description": "A grunt plugin for building and uploading couchapps",
"version": "0.1.0",
"homepage": "https://github.com/elf/grunt-couchapp",
"author": {
"name": "Ken Elf Mathieu Sternberg",
"email": "[email protected]",
"url": "http://elfsternberg.com"
},
"repository": {
"type": "git",
"url": "git://github.com/elf/grunt-couchapp.git"
},
"bugs": {
"url": "https://github.com/elf/grunt-couchapp/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/elf/grunt-couchapp/blob/master/LICENSE-MIT"
}
],
"main": "grunt.js",
"bin": "bin/grunt-couchapp",
"engines": {
"node": "*"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"couchapp": "~0.11.0",
"grunt": "~0.3.12",
"nano": "~5"
},
"keywords": [
"gruntplugin"
]
}