forked from pgriess/node-jspack
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
35 lines (35 loc) · 888 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
33
34
35
{
"author": "https://github.com/pgriess",
"name": "jspack",
"description": "JavaScript library to pack primitives to octet arrays, including int64 support, packaged for NodeJS.",
"version": "0.0.4",
"homepage": "https://github.com/birchroad/node-jspack",
"repository": {
"type": "git",
"url": "git://github.com/birchroad/node-jspack.git"
},
"main": "./jspack.js",
"maintainers": [
{
"name": "Peter Magnusson",
"email": "peter@birchroad.net",
"web": "http://github.com/birchroad/node-jspack"
},
{
"name": "Andreas Antener",
"web": "https://github.com/AndreasAntener/node-jspack"
}
],
"devDependencies": {
"jscs": "^1.9.0",
"long": "",
"mocha": "",
"should": "",
"sinon": ""
},
"scripts": {
"pretest": "npm install",
"test": "mocha test",
"lint": "jscs jspack.js ./test/"
}
}