mirror of
https://gitlab.com/octtspacc/staticoso
synced 2025-03-13 09:40:17 +01:00
23 lines
488 B
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"
|
|
}
|
|
} |