salt
Version:
State And Logic Traversal, for today's infinite-application.
45 lines • 948 B
JSON
{
"name": "salt",
"version": "0.5.5",
"description": "State And Logic Traversal, for today's infinite-application.",
"main": "src/salt.js",
"dependencies" : {
"panzer": "~0.3"
},
"devDependencies": {
"mocha": "~1.7",
"sinon": "~1.5",
"chai": "~1.4",
"sinon-chai": "~2.3",
"mocha-jshint": "*"
},
"keywords": [
"state",
"logic",
"organization",
"declarative",
"execution",
"framework"
],
"engines": {
"node": ">=0.6.x <=0.11.x"
},
"bugs": {
"url": "https://github.com/bemson/salt/issues",
"email": "bemson+salt-bugs@gmail.com"
},
"scripts": {
"test": "node_modules/.bin/mocha"
},
"homepage": "http://github.com/bemson/salt",
"author": {
"name": "Bemi Faison",
"email": "bemson@gmail.com",
"url": "https://github.com/bemson"
},
"repository": {
"type": "git",
"url": "http://github.com/bemson/salt.git"
},
"license": "MIT"
}