-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
44 lines (44 loc) · 986 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
38
39
40
41
42
43
44
{
"name": "ti-nano",
"version": "0.4.0",
"description": "A two-way databinding library for Appcelerator's Titanium Alloy framework",
"directories": {
"example": "example"
},
"main": "src/nano.js",
"scripts": {
"postinstall": "node scripts/install.js"
},
"titaniumManifest": {
"name": "nano",
"moduleid": "nano",
"guid": "5d9c068c-a4dd-921d-f244-c92374fcfa07"
},
"repository": {
"type": "git",
"url": "https://github.com/dbankier/nano.git"
},
"keywords": [
"nano",
"appcelerator",
"titanium",
"alloy",
"data-binding",
"observe-js"
],
"author": "David Bankier",
"license": "MIT",
"bugs": {
"url": "https://github.com/dbankier/nano/issues"
},
"homepage": "https://github.com/dbankier/nano",
"devDependencies": {
"async": "^0.9.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-titaniumifier": "^1.1.0",
"matchdep": "^0.3.0",
"observe-js": "^0.4.2"
},
"dependencies": {
}
}