-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 913 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
37
{
"name": "alloy-widget-mobile",
"version": "0.0.2",
"description": "Widget for use with Appcelerator Alloy",
"keywords": [],
"homepage": "git://github.com/mobilehero/alloy-widget-mobile",
"bugs": {
"url": "https://github.com/mobilehero/alloy-widget-mobile/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": {
"name": "MobileHero",
"email": "[email protected]",
"url": "https://github.com/mobilehero"
},
"main": "./lib/alloy-widget-mobile.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/mobilehero/alloy-widget-mobile.git"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-mocha-test": "~0.10.2",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-clean": "~0.5.0",
"istanbul": "~0.2.10",
"mocha": "~1.19.0",
"should": "~3.3.1"
},
"engines": {
"node": ">=0.10"
}
}