staticoso/Source/node_modules/with/package.json

23 lines
488 B
JSON

{
"name": "with",
"version": "5.1.1",
"description": "Compile time `with` for strict mode JavaScript",
"main": "index.js",
"scripts": {
"test": "mocha test/index.js -R spec"
},
"repository": {
"type": "git",
"url": "https://github.com/pugjs/with.git"
},
"author": "ForbesLindesay",
"license": "MIT",
"dependencies": {
"acorn": "^3.1.0",
"acorn-globals": "^3.0.0"
},
"devDependencies": {
"mocha": "~2.5.3",
"uglify-js": "^2.4.15"
}
}