multi-account-post-schedule.../node_modules/with/package.json
2022-07-07 18:23:44 +02:00

23 lines
498 B
JSON

{
"name": "with",
"version": "4.0.3",
"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/ForbesLindesay/with.git"
},
"author": "ForbesLindesay",
"license": "MIT",
"dependencies": {
"acorn": "^1.0.1",
"acorn-globals": "^1.0.3"
},
"devDependencies": {
"mocha": "~1.12.0",
"uglify-js": "^2.4.15"
}
}