This repository was archived by the owner on Jan 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.46 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2.46 KB
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
74
75
{
"name": "relution-sdk",
"version": "0.1.21",
"description": "Relution Software Development Kit for TypeScript and JavaScript",
"keywords": [
"relution",
"livedata",
"backbone",
"framework",
"realtime",
"offline",
"mvc"
],
"author": "mway Solutions (https://relution.io/)",
"homepage": "https://relution.readme.io/docs/relution-sdk",
"repository": {
"type": "git",
"url": "https://github.com/relution-io/relution-sdk.git"
},
"bugs": {
"url": "https://github.com/relution-io/relution-sdk/issues"
},
"main": "index.js",
"browser": "browser.js",
"scripts": {
"precommit": "npm run tslint",
"tslint": "tslint src/**/*.ts",
"test": "npm run build && mocha lib/**/*.spec.js",
"build": "tsc -p .",
"api": "typedoc --tsconfig tsconfig.json --options typedoc.json --ignoreCompilerErrors -p . src",
"gh-pages": "git subtree push --prefix public/docs origin gh-pages",
"watch": "tsc -p . -w",
"browserify": "browserify ./lib/index.lazy.js --standalone Relution --debug -u jquery -u socket.io-client -u node-localstorage -u websql | exorcist browser.js.map > browser.js",
"testify": "browserify ./lib/index.spec.js --standalone Relution --debug -u jquery -u socket.io-client -u node-localstorage -u websql | exorcist browser.spec.js.map > browser.spec.js"
},
"license": "Apache License",
"devDependencies": {
"@reactivex/rxjs": "^5.0.0-beta.11",
"@types/mocha": "^2.2.32",
"@types/sinon": "^1.16.30",
"browserify": "^13.1.0",
"chai": "^3.5.0",
"exorcist": "^0.4.0",
"mocha": "^2.4.5",
"semver": "^5.3.0",
"simple-git": "^1.47.0",
"sinon": "^1.16.0",
"tslint": "^3.8.1",
"typedoc": "^0.5.0",
"typedoc-plantuml": "git+https://github.com/0815fox/typedoc-plantuml.git",
"typedoc-plugin-external-module-name": "^1.0.2",
"typescript": "2.0.9"
},
"dependencies": {
"@types/backbone": "^1.3.33",
"@types/chai": "^3.4.33",
"@types/cordova-plugin-device": "0.0.3",
"@types/lodash": "^4.14.35",
"@types/node": "^6.0.39",
"@types/phonegap-plugin-push": "0.0.30",
"@types/q": "0.0.31",
"@types/request": "0.0.31",
"@types/socket.io-client": "^1.4.27",
"@types/websql": "0.0.27",
"JSONPath": "^0.11.2",
"backbone": "~1.2.1",
"exorcist": "^0.4.0",
"lodash": "^4.0.0",
"node-localstorage": "^1.3.0",
"q": "^1.4.1",
"request": "^2.69.0",
"socket.io-client": "~0.9.16",
"websql": "^0.4.4"
}
}