sourcemap
Version:
Sourcemap generator for commonjs modules
29 lines (28 loc) • 542 B
JSON
{
"name": "sourcemap",
"version": "0.1.0",
"description": "Sourcemap generator for commonjs modules",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git@github.com:kaelzhang/node-checker.git"
},
"keywords": [
"checker"
],
"engines": {
"node": ">=0.8.0"
},
"author": "kael",
"license": "MIT",
"bugs": {
"url": "https://github.com/kaelzhang/node-checker/issues"
},
"devDependencies": {
"mocha": "~1.13.0",
"chai": "~1.8.0"
}
}