nex
Version:
Simplify management of local npm and node.js development resources and processes, such as symlinks, global dependencies, etc. It's like grunt or gulp, but with 100x less code and a flatter learning curve.
19 lines (18 loc) • 363 B
JSON
{
"name": "nex-test",
"version": "0.5.1",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Travis Webb",
"email": "me@traviswebb.com"
},
"license": "MIT",
"devDependencies": {
"chai": "^1.9.1",
"mocha": "^1.20.1"
},
"readme": "ERROR: No README data found!"
}