-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
34 lines (34 loc) · 1.02 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
{
"name": "ctypes-otr",
"version": "0.0.4+git",
"description": "js-ctypes wrapper for libotr",
"main": "chrome/content/otr.js",
"scripts": {
"jpm": "jpm --addon-dir addon/ test",
"jpm-travis": "jpm --addon-dir addon/ --binary `which firefox` test",
"jshint": "jshint bootstrap.js test/ chrome/content/",
"eslint": "eslint --ext .js .",
"lint": "npm run eslint && npm run jshint",
"mocha": "mocha --opts test/mocha.opts test/",
"test": "npm run lint && npm run jpm"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arlolra/ctypes-otr.git"
},
"author": "Arlo Breault <[email protected]>",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/arlolra/ctypes-otr/issues"
},
"dependencies": {
"ctypes": "git+https://github.com/TooTallNate/node-ctypes#987ba78db449c402ea4d86a831adb01b455e9209"
},
"devDependencies": {
"eslint": "^3.1.1",
"eslint-plugin-mozilla": "^0.0.3",
"jpm": "^1.1.3",
"jshint": "^2.9.2",
"mocha": "^2.5.3"
}
}