-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.06 KB
/
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
{
"name": "ilmenite",
"version": "0.0.0",
"description": "Titanium style loader with built in conditional statements for platform, form factor, width, height and more",
"main": "index.js",
"titaniumManifest": {
"name": "ilmenite",
"moduleid": "ilmenite",
"guid": "6090b5fc-618f-92ef-de50-c36f1e83d3c0"
},
"repository": {
"type": "git",
"url": "https://github.com/a-axton/ilmenite.git"
},
"keywords": [
"titanium",
"alloy",
"styles"
],
"author": "Andy Axton",
"license": "MIT",
"bugs": {
"url": "https://github.com/a-axton/ilmenite/issues"
},
"homepage": "https://github.com/a-axton/ilmenite",
"devDependencies": {
"grunt-contrib-watch": "^0.6.1",
"grunt-titaniumifier": "^1.1.0",
"matchdep": "^0.3.0"
},
"dependencies": {
"lodash.every": "^3.2.3",
"lodash.flatten": "^3.0.2",
"lodash.foreach": "^3.0.3",
"lodash.invoke": "^3.2.3",
"lodash.isarray": "^3.0.4",
"lodash.isobject": "^3.0.2",
"lodash.map": "^3.1.4",
"lodash.merge": "^3.3.2",
"lodash.omit": "^3.1.0"
}
}