UNPKG

435 BJSONView Raw
1{
2 "name": "hookable",
3 "version": "0.0.2",
4 "description": "Enable hookable functions on an object.",
5 "keywords": ["hook", "plugin"],
6 "author": "RGBboy <me@rgbboy.com>",
7 "main": "index.js",
8 "engines": {
9 "node": "0.8.x"
10 },
11 "dependencies": {
12 },
13 "devDependencies": {
14 "mocha": "1.5.x",
15 "should": "1.2.x"
16 },
17 "scripts" : {
18 "test" : "make test",
19 "unit" : "make unit",
20 "spec" : "make spec"
21 }
22}
\No newline at end of file