-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.02 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
{
"name": "grunt-titaniumifier",
"version": "1.1.0",
"description": "Get a Titanium CommonJS Module out of your Node.js package using Grunt!",
"author": {
"name": "Pier Paolo Ramon",
"email": "[email protected]",
"url": "https://github.com/yuchi"
},
"license": "LGPL2.1",
"repository": {
"type": "git",
"url": "https://github.com/smclab/grunt-titaniumifier.git"
},
"engines": {
"node": ">= 0.10.0"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt test:build"
},
"keywords": [
"browserify",
"grunt",
"mobile",
"titanium",
"titaniumifier"
],
"dependencies": {
"chalk": "^0.5.1",
"titaniumifier": "^1.2.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-titanium": "^0.3.1",
"grunt-zip": "~0.16.0",
"should": "~4.0.4",
"ti-mocha": "^0.2.0"
},
"peerDependencies": {
"grunt": "~0.4.2"
}
}