-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.59 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "datomiki",
"description": "datomic rest js client in ki",
"keywords": [
"datomic",
"rest",
"javascript",
"client",
"ki"
],
"version": "0.0.3-1",
"repository": {
"type": "git",
"url": "git://github.com/datomicon/datomiki.git"
},
"bugs": {
"mail": "[email protected]",
"url": "https://github.com/datomicon/datomiki/issues"
},
"author": "Orlin M Bozhinov <[email protected]>",
"contributors": [],
"main": "datomiki",
"dependencies": {
"dbin": "0.0.8",
"gulp-watch": "^4.2.0",
"jsedn": "^0.3.5",
"ki": "^0.2.3",
"lodash": "^3.5.0",
"request-promise": "^0.4.0",
"source-map-support": "^0.2.9"
},
"devDependencies": {
"chai": "^2.1.1",
"chai-as-promised": "^4.3.0",
"coffee-script": "^1.9.1",
"gulp": "^3.8.11",
"gulp-npm-run": "0.0.0-1",
"gulp-npm-test": "0.0.0-1",
"is-promise": "^2.0.0",
"mocha": "^2.2.1",
"request": "^2.53.0"
},
"jshintConfig": {
"asi": true
},
"scripts": {
"build": "./node_modules/.bin/ki -s -i macros.ki.js -o datomiki.js datomiki.ki.js",
"build:min": "npm run build -- -u -c",
"build:watch": "npm run build -- -w",
"unbuild": "git checkout -- ./datomiki.js ./datomiki.js.map",
"start": "./node_modules/.bin/dbin -tr",
"wait-up": "./node_modules/.bin/dbin gets-ok?",
"test": "./node_modules/.bin/mocha",
"test/new": "./node_modules/.bin/gulp test -t test/new.spec.coffee"
},
"engines": {
"node": ">= 0.10.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://orlin.mit-license.org"
}
]
}