UNPKG

912 BJSONView Raw
1{
2 "name": "ccnq-ko-rule-target",
3 "version": "4.1.2",
4 "description": "CCNQ Knockout Widget for rule target",
5 "main": "index.js",
6 "scripts": {
7 "prepublish": "coffee -c -p README.coffee.md > index.js",
8 "pretest": "npm install",
9 "test": "mocha"
10 },
11 "repository": {
12 "type": "git",
13 "url": "github.com/shimaore/ccnq-ko-rule-target"
14 },
15 "keywords": [
16 "Knockout",
17 "CCNQ"
18 ],
19 "author": "Stéphane Alnet <stephane@shimaore.net> (http://stephane.shimaore.net/)",
20 "license": "Unlicense (http://unlicense.org/)",
21 "bugs": {
22 "url": "https://github.com/shimaore/ccnq-ko-rule-target/issues"
23 },
24 "homepage": "https://github.com/shimaore/ccnq-ko-rule-target",
25 "dependencies": {
26 "ccnq-ko": "^3.1.0",
27 "knockout": "^3.2.0",
28 "teacup": "^1.0.0",
29 "teacup-databind": "^1.0.1"
30 },
31 "devDependencies": {
32 "coffee-script": "^1.9.0",
33 "mocha": "^2.1.0"
34 }
35}