-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
32 lines (32 loc) · 999 Bytes
/
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
{
"name": "pump2status",
"version": "0.4.2",
"dependencies": {
"pump.io-client-app": "0.7.x",
"underscore": "1.5.x",
"webfinger": "0.4.x",
"databank": "0.19.x",
"oauth": "0.9.x",
"async": "0.2.x",
"node-uuid": "1.4.x",
"validator": "1.5.x",
"set-immediate": "0.1.x"
},
"devDependencies": {
"vows": "0.7.x",
"xml2js": "0.1.x"
},
"scripts": {
"pretest": "coffee -c test/*-test.coffee && coffee -o lib/ -c src/*.coffee",
"test": "vows --spec -i test/*-test.js",
"posttest": "rm -f test/*-test.js lib/*.js",
"build": "coffee -b -c -o lib/ src/*.coffee",
"prepublish": "mkdir -p lib/ && coffee -b -c -o lib/ src/*.coffee",
"postpublish": "rm lib/*.js",
"clean": "rm -f lib/*.js test/*-test.js *~ lib/*~ src/*~ test/*~"
},
"repository": {
"type": "git",
"url": "git://github.com/e14n/pump2status.git"
}
}