Show More
Commit Description:
force log out when password change
Commit Description:
force log out when password change
References:
File last commit:
Show/Diff file:
Action:
node_modules/restructure/package.json
| 47 lines
| 1.2 KiB
| application/json
| JsonLexer
|
r789 | { | |||
"name": "restructure", | ||||
"version": "0.5.4", | ||||
"description": "Declaratively encode and decode binary data", | ||||
"main": "index.js", | ||||
"dependencies": { | ||||
"browserify-optional": "^1.0.0" | ||||
}, | ||||
"devDependencies": { | ||||
"chai": "~1.9.1", | ||||
"coffee-coverage": "~0.4.2", | ||||
"coffee-script": "~1.7.1", | ||||
"concat-stream": "~1.4.5", | ||||
"coveralls": "^2.10.0", | ||||
"iconv-lite": "^0.4.7", | ||||
"mocha": "~1.18.2", | ||||
"mocha-lcov-reporter": "0.0.1" | ||||
}, | ||||
"browserify": { | ||||
"transform": [ | ||||
"browserify-optional" | ||||
] | ||||
}, | ||||
"scripts": { | ||||
"test": "mocha", | ||||
"cover": "mocha --require coverage.js --reporter html-cov > coverage.html", | ||||
"coveralls": "mocha --require coverage.js --reporter mocha-lcov-reporter | coveralls", | ||||
"prepublish": "coffee -c src/ index.coffee", | ||||
"postpublish": "rm -rf index.js src/*.js" | ||||
}, | ||||
"repository": { | ||||
"type": "git", | ||||
"url": "git://github.com/devongovett/restructure.git" | ||||
}, | ||||
"keywords": [ | ||||
"binary", | ||||
"struct", | ||||
"encode", | ||||
"decode" | ||||
], | ||||
"author": "Devon Govett <devongovett@gmail.com>", | ||||
"license": "MIT", | ||||
"bugs": { | ||||
"url": "https://github.com/devongovett/restructure/issues" | ||||
}, | ||||
"homepage": "https://github.com/devongovett/restructure" | ||||
} | ||||