forked from matiassingers/grunt-xcode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 942 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
{
"name": "grunt-xcode",
"description": "Build and export Xcode projects with Grunt",
"version": "2.2.0",
"homepage": "https://github.com/matiassingers/grunt-xcode",
"author": "Matias Singers <[email protected]> (http://mts.io)",
"repository": {
"type": "git",
"url": "https://github.com/matiassingers/grunt-xcode.git"
},
"bugs": {
"url": "https://github.com/matiassingers/grunt-xcode/issues"
},
"licenses": "MIT",
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt -v"
},
"dependencies": {
"bluebird": "~2.3.4",
"temporary": "0.0.8",
"chalk": "~0.5.1",
"which": "~1.0.5"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-nodeunit": "~0.4.1"
},
"peerDependencies": {
"grunt": "~0.4.5"
},
"keywords": [
"grunt",
"gruntplugin",
"xcode",
"iOS"
]
}