UNPKG

887 BJSONView Raw
1{
2 "name": "ccnq-ko-rule-target",
3 "version": "2.0.0",
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 "knockout": "^3.2.0",
27 "teacup": "^1.0.0",
28 "teacup-databind": "^1.0.1"
29 },
30 "devDependencies": {
31 "coffee-script": "^1.9.0",
32 "mocha": "^2.1.0"
33 }
34}