blob: 5e0e81d3d6dc9ea2251bcbd1ea3d66914d0fa168 [file] [log] [blame]
{
"name": "create-test-files",
"version": "1.0.0",
"description": "Create Obj-C test files and js test stub for a plugin.",
"main": "create-test-files.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"nopt": "^3.0.6",
"shelljs": "^0.7.0"
}
}