-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
68 lines (68 loc) · 1.58 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "titaniumifier",
"version": "1.5.2",
"description": "Get a Titanium SDK CommonJS module out of a Node package!",
"author": {
"name": "Pier Paolo Ramon",
"email": "[email protected]",
"url": "https://github.com/yuchi"
},
"license": "LGPL2.1",
"repository": {
"type": "git",
"url": "https://github.com/smclab/titaniumifier.git"
},
"main": "index.js",
"directories": {
"test": "./test",
"lib": "./lib",
"bin": "./bin"
},
"scripts": {
"test": "grunt test",
"prepublish": "node lib/scripts/prepublish.js"
},
"keywords": [
"titanium",
"mobile",
"browserify",
"static",
"analysis"
],
"dependencies": {
"adm-zip": "0.5.9",
"bluebird": "^2.5.1",
"browserify": "^11.0.1",
"commander": "^2.5.1",
"guid": "0.0.12",
"log-symbols": "^1.0.1",
"mkdirp": "^0.5.0",
"rimraf": "^2.2.8",
"semver": "^5.0.1",
"ti-console": "^0.1.4",
"ti-fs": "^0.1.1",
"tiapp.xml": "^0.2.2",
"titanium-os": "^0.1.1",
"titanium-resolve": "^0.4.0",
"touch": "^1.0.0",
"update-notifier": "^0.5.0",
"vm-titanium": "0.0.1"
},
"devDependencies": {
"grunt": "^0.4.2",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-mocha-test": "^0.12.4",
"grunt-titanium": "^0.3.1",
"grunt-zip": "^0.17.0",
"longjohn": "^0.2.4",
"mocha": "^1.20.0",
"moment": "^2.5.1",
"reduce": "^1.0.1",
"reduce-component": "^1.0.1",
"should": "^7.0.2",
"ti-mocha": "^0.2.0",
"uglify-js": "^1.3.5"
}
}