-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
49 lines (49 loc) · 1.07 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
43
44
45
46
47
48
49
{
"name": "ti-html2as",
"version": "1.5.0",
"description": "HTML to Attributed String parser for Titanium",
"titaniumManifest": {
"guid": "5be532b5-9e73-4515-bd8e-5472b0bf52f2",
"moduleid": "nl.fokkezb.html2as"
},
"author": {
"name": "Fokke Zandbergen",
"email": "mail@fokkezb.nl",
"url": "http://fokkezb.nl"
},
"license": "LGPL-2.1",
"repository": {
"type": "git",
"url": "https://github.com/fokkezb/ti-html2as.git"
},
"engines": {
"titaniumsdk": ">= 3.3.0"
},
"main": "index.js",
"keywords": [
"titanium",
"titaniumifier",
"htmlparser",
"html",
"parser",
"attributed",
"string"
],
"scripts": {
"test": "istanbul cover jasmine"
},
"dependencies": {
"entities": "^1.1.1",
"htmlparser2": "^3.8.0"
},
"devDependencies": {
"grunt": "^0.4.2",
"grunt-contrib-clean": "^0.6.0",
"grunt-titanium": "fokkezb/grunt-titanium#patch-3",
"grunt-titaniumifier": "^1.1.0",
"grunt-zip": "^0.16.0",
"istanbul": "^0.4.2",
"jasmine": "^2.4.1",
"proxyquire": "^1.7.4"
}
}