-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
32 lines (32 loc) · 812 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
{
"name": "ti-fs",
"version": "0.1.1",
"description": "node.js-style fs for Titanium",
"keywords": [
"titanium",
"appcelerator",
"fs"
],
"author": "Tony Lukasavage <anthony.lukasavage@gmail.com>",
"repository": "git://github.com/tonylukasavage/ti-fs.git",
"main": "./ti-fs.js",
"homepage": "https://github.com/tonylukasavage/ti-fs",
"bugs": {
"url": "https://github.com/tonylukasavage/ti-fs/issues",
"email": "anthony.lukasavage@gmail.com"
},
"licenses": "MIT",
"scripts": {
"test": "grunt"
},
"devDependencies": {
"async": "^0.9.0",
"grunt": "^0.4.5",
"grunt-browserify": "^3.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-titanium": "^0.3.1",
"should": "^4.0.4",
"ti-mocha": "^0.1.3"
}
}