forked from xmppjs/ltx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.23 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
{
"name": "ltx",
"version": "2.2.0",
"description": "<xml for=\"JavaScript\">",
"author": "Astro",
"repository": "github:node-xmpp/ltx",
"homepage": "http://github.com/node-xmpp/ltx",
"bugs": "http://github.com/node-xmpp/ltx/issues",
"maintainers": [
{
"name": "Astro",
"email": "[email protected]",
"web": "http://spaceboyz.net/~astro/"
},
{
"name": "Lloyd Watkin",
"email": "[email protected]",
"web": "http://www.evilprofessor.co.uk"
}
],
"contributors": [
"Stephan Maka",
"Will Fife",
"Markus Kohlhase",
"Julien Genestoux",
"▟ ▖▟ ▖",
"Sonny Piers"
],
"license": "MIT",
"engine": "node",
"scripts": {
"prepublish": "npm run bundle",
"preversion": "npm test",
"benchmark": "node benchmarks/",
"bundle": "browserify -s ltx index.js -o bundle.js",
"unit": "vows --spec",
"lint": "standard",
"test": "npm run unit && npm run lint && npm run bundle"
},
"dependencies": {
"inherits": "^2.0.1"
},
"devDependencies": {
"benchmark": "^2.1.0",
"libxmljs": "^0.17.0",
"microtime": "^2.0.0",
"node-expat": "^2.3.12",
"node-xml": "^1.0.2",
"sax": "^1.1.5",
"vows": "^0.8.1"
}
}