forked from xmppjs/ltx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.02 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.02 KB
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": "ltx",
"version": "2.5.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",
"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",
"browserify": "^13.0.1",
"libxmljs": "^0.18.0",
"microtime": "^2.0.0",
"node-expat": "^2.3.13",
"node-xml": "^1.0.2",
"sax": "^1.1.5",
"standard": "^7.1.2",
"vows": "^0.8.1"
}
}