forked from davetayls/cordova_proxies
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 915 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
{
"name": "cordova_proxies",
"version": "1.0.21",
"description": "Proxy libraries for working with device capabilities in cordova",
"main": "src/index",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/davetayls/cordova_proxies.git"
},
"keywords": [
"cordova"
],
"author": "davetayls",
"license": "MIT",
"bugs": {
"url": "https://github.com/davetayls/cordova_proxies/issues"
},
"homepage": "https://github.com/davetayls/cordova_proxies",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-amd-wrap": "^1.0.1",
"grunt-bump": "^0.3.0",
"grunt-contrib-coffee": "^0.10.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-dts-bundle": "^0.2.0",
"grunt-typescript": "^0.6.1",
"load-grunt-config": "^0.10.0",
"typescript": "^1.4.1"
},
"typescript": {
"definition": "cordova_proxies.d.ts"
}
}