-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
29 lines (29 loc) · 851 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
{
"name": "typedphonegap",
"description": "TypeScript layer for PhoneGap / Apache Cordova 3.4.0",
"keywords": ["typescript", "phonegap", "cordova"],
"homepage": "https://github.com/intellifactory/TypedPhoneGap",
"bugs": "https://github.com/intellifactory/TypedPhoneGap/issues",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/intellifactory/TypedPhoneGap.git"
},
"version": "0.0.3",
"scripts": {
"prepublish": "node tools/prepublish.js"
},
"devDependencies": {
"typescript": "~0.9.7",
"uglify-js": "~2.4.12"
},
"files": [
"build/TypedPhoneGap.d.ts",
"build/TypedPhoneGap.js",
"build/TypedPhoneGap.min.js",
"tools/cli.js"
],
"bin": {
"typedphonegap": "tools/cli.js"
}
}