-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.03 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
{
"name": "snakey",
"version": "0.3.1",
"description": "An Obeserver-based web microframework for Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/ILikePizza555/Snakey",
"author": "Isaac Avram <avrisaac555@gmail.com>",
"license": "MIT",
"keywords": [
"Observable",
"web",
"http",
"rxjs",
"path",
"snakey",
"snake",
"stream",
"bite"
],
"dependencies": {
"path-to-regexp": "^3.0.0",
"rxjs": "^6.4.0",
"typescript": "^3.3.3333",
"uri-js": "^4.2.2"
},
"devDependencies": {
"@types/mocha": "^5.2.6",
"@types/node": "^11.10.5",
"@typescript-eslint/eslint-plugin": "^1.4.2",
"@typescript-eslint/typescript-estree": "^1.4.2",
"eslint": "^5.14.1",
"eslint-config-google": "^0.12.0",
"eslint-plugin-jsdoc": "^4.1.1",
"gulp": "^4.0.0",
"gulp-clean": "^0.4.0",
"gulp-mocha": "^6.0.0",
"gulp-typescript": "^5.0.0",
"mocha": "^6.0.2",
"should": "^13.2.3",
"ts-node": "^8.0.3"
}
}