-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.35 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
{
"name": "plump-store-rest",
"version": "0.27.0",
"description": "REST endpoint store for Plump",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "gulp maketest && mocha testbuild/*.spec.js && gulp testclean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/plumpstack/plump-store-rest.git"
},
"keywords": ["typescript", "orm", "datastore", "activerecord"],
"author": "Eric Eslinger <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/plumpstack/plump-store-rest/issues"
},
"homepage": "https://github.com/plumpstack/plump-store-rest#readme",
"devDependencies": {
"@types/chai": "^4.0.2",
"@types/core-js": "^0.9.42",
"@types/mocha": "^2.2.41",
"@types/node": "^8.0.19",
"@types/socket.io-client": "^1.4.29",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"chai": "^4.1.0",
"del": "^3.0.0",
"gulp": "gulpjs/gulp.git#4.0",
"gulp-babel": "^7.0.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-typescript": "^3.2.1",
"mocha": "^3.5.0",
"plump": "0.27.0",
"tslint": "^5.5.0",
"tslint-eslint-rules": "^4.1.1",
"typescript": "2.5.2"
},
"dependencies": {
"axios": "0.16.2",
"merge-options": "1.0.0",
"rxjs": "^5.0.0",
"socket.io-client": "^2.0.3",
"ulid": "^2.2.0"
}
}