forked from smclab/titaniumifier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.15 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
{
"name": "titaniumifier",
"version": "0.2.11",
"description": "Get a Titanium SDK CommonJS module out of a Node package!",
"author": {
"name": "Pier Paolo Ramon",
"email": "pierpaolo.ramon@smc.it",
"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"
},
"scripts": {
"test": "node test",
"prepublish": "node lib/scripts/prepublish.js"
},
"keywords": [
"titanium",
"mobile",
"browserify",
"static",
"analysis"
],
"dependencies": {
"adm-zip": "~0.4.4",
"browserify": "~3.24.10",
"guid": "0.0.12",
"mkdirp": "~0.3.5",
"native-buffer-browserify": "~2.0.17",
"rimraf": "^2.2.8",
"semver": "~2.2.1",
"titanium-resolve": "~0.2.0",
"when": "~2.7.1"
},
"devDependencies": {
"colors": "~0.6.2",
"diff": "~1.0.8",
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.8.0",
"moment": "~2.5.1",
"reduce-component": "~1.0.1",
"should": "~3.1.2",
"uglify-js": "~1.3.5"
}
}