slash-a-node
Version:
Slash/A interpreter or Node.js
27 lines (26 loc) • 587 B
JSON
{
"name": "slash-a-node",
"version": "0.1.5",
"description": "Slash/A interpreter or Node.js",
"main": "index.js",
"repository": "git://github.com/Kajja/slash-a-node",
"author": "Mikael Feuk",
"license": "MIT",
"keywords": [
"Slash/A",
"Genetic programming",
"Evolutionary programming",
"GP",
"EP"
],
"devDependencies": {
"jshint": "^2.8.0",
"mocha": "^2.3.3"
},
"scripts": {
"test": "mocha",
"lint": "jshint --show-non-errors ./lib",
"build": "npm run lint && npm test",
"watch": "watch \"npm run build\" ./lib"
}
}