-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
73 lines (73 loc) · 2.04 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
66
67
68
69
70
71
72
73
{
"name": "aurelia-rethink-bindtable",
"version": "0.1.6",
"description": "Aurelia library for binding RethinkDB tables via Socket.IO",
"keywords": [
"aurelia",
"rethinkdb",
"binding",
"databinding",
"sockets"
],
"homepage": "https://github.com/kristianmandrup/aurelia-rethink-bindtable",
"bugs": {
"url": "https://github.com/kristianmandrup/aurelia-rethink-bindtable/issues"
},
"license": "MIT",
"author": "Kristian Mandrup <kmandrup@gmail.com> (https://github.com/kristianmandrup)",
"repository": {
"type": "git",
"url": "http://github.com/kristianmandrup/aurelia-rethink-bindtable"
},
"main": "dist/es6/index.js",
"scripts": {
"test": "./node_modules/.bin/karma start --browsers Chrome --single-run"
},
"jspm": {
"main": "dist/amd/index",
"format": "amd",
"directories": {
"lib": "dist/amd"
},
"dependencies": {
"aurelia-binding": "github:aurelia/binding@^1.0.1",
"aurelia-framework": "npm:aurelia-framework@^1.0.1",
"npm:rethinkdb": "npm:rethinkdb@^2.3.2",
"npm:socket.io": "npm:socket.io@^1.4.8"
},
"devDependencies": {
"babel": "npm:babel-core@^6.7.10",
"babel-runtime": "npm:babel-runtime@^6.9.0"
}
},
"devDependencies": {
"aurelia-tools": "^0.2.4",
"browser-sync": "^1.8.1",
"conventional-changelog": "0.0.11",
"del": "^1.1.0",
"gulp": "^3.8.10",
"gulp-babel": "^5.2.0",
"gulp-bump": "^0.1.11",
"gulp-changed": "^1.1.0",
"gulp-jshint": "^1.9.0",
"gulp-plumber": "^0.6.6",
"gulp-protractor": "^0.0.12",
"gulp-sourcemaps": "^1.3.0",
"gulp-yuidoc": "^0.1.2",
"jasmine-core": "^2.1.3",
"jshint-stylish": "^1.0.0",
"karma": "^0.13.8",
"karma-babel-preprocessor": "^5.2.1",
"karma-chrome-launcher": "^0.2.0",
"karma-jasmine": "^0.3.6",
"karma-jspm": "^1.1.5",
"object.assign": "^1.0.3",
"require-dir": "^0.1.0",
"run-sequence": "^1.0.2",
"vinyl-paths": "^1.0.0",
"yargs": "^2.1.1"
},
"dependencies": {
"lodash": "^4.14.2"
}
}