forked from peers/js-binarypack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 693 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 693 Bytes
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
{
"name": "js-binarypack",
"version": "0.0.9",
"description": "BinaryPack serialization for the web browser",
"homepage": "https://github.com/binaryjs/js-binarypack",
"main": "./lib/binarypack.js",
"scripts": {
"prepublish": "./node_modules/.bin/grunt",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/binaryjs/js-binarypack.git"
},
"author": "Eric Zhang",
"devDependencies": {
"grunt": "^1.0.4",
"grunt-browserify": "^5.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify": "^4.0.1",
"uglifyjs": "^2.4.11"
},
"license": "BSD"
}