UNPKG

533 BJSONView Raw
1{
2 "name": "assert",
3 "description": "commonjs assert - node.js api compatible",
4 "keywords": [
5 "assert"
6 ],
7 "version": "1.0.1",
8 "homepage": "https://github.com/defunctzombie/commonjs-assert",
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/defunctzombie/commonjs-assert.git"
12 },
13 "main": "./assert.js",
14 "dependencies": {
15 "util": "0.10.1"
16 },
17 "devDependencies": {
18 "zuul": "~1.0.4",
19 "mocha": "1.14.0"
20 },
21 "scripts": {
22 "test": "mocha --ui qunit test.js && zuul -- test.js"
23 }
24}