forked from xmppjs/ltx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.31 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
50
51
52
53
54
55
56
57
58
{
"name": "ltx",
"version": "0.6.0",
"main": "./lib/index",
"browser": "./lib/index-browserify",
"description": "<xml for=\"node.js\" browserify=\"too\">",
"author": "Astro",
"dependencies": {
"sax": "~0.6.0",
"node-expat": "~2.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/astro/ltx.git"
},
"homepage": "http://github.com/astro/ltx",
"bugs": "http://github.com/astro/ltx/issues",
"maintainers": [
{
"name": "Astro",
"email": "astro@spaceboyz.net",
"web": "http://spaceboyz.net/~astro/"
},
{
"name": "Lloyd Watkin",
"email": "lloyd@evilprofessor.co.uk",
"web": "http://www.evilprofessor.co.uk"
}
],
"contributors": [
"Stephan Maka",
"Will Fife",
"Markus Kohlhase",
"Julien Genestoux",
"▟ ▖▟ ▖"
],
"licenses": [
{
"type": "MIT"
}
],
"engine": "node",
"devDependencies": {
"easysax": ">=0.1.7",
"node-xml": ">=1.0.1",
"Strophe.js": "https://github.com/metajack/strophejs/tarball/master",
"request-animation-frame": ">=0.1.0",
"vows": "~0.7.0",
"grunt-vows": "~0.4.0",
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-browserify": "~1.3.1",
"grunt-contrib-jshint": "~0.8.0"
},
"scripts": {
"test": "grunt test"
}
}