You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
463 B
19 lines
463 B
{
|
|
"name": "keystone",
|
|
"version": "0.9.0",
|
|
"description": "Keystone assembler engine",
|
|
"homepage": "http://www.keystone-engine.org",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"ffi": "^2.0.0",
|
|
"ref": "^1.3.2"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"prepublish": "cd .. && python const_generator.py nodejs",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Ingmar Steen <iksteen@gmail.com>",
|
|
"license": "MIT"
|
|
}
|