-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 770 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 770 Bytes
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
{
"name": "techjs",
"version": "0.0.1-a",
"description": "Node.JS MySQL REST Api Framework",
"main": "index.js",
"scripts": {
"test": "npm t"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YegorMy/techjs.git"
},
"keywords": [
"ORM",
"MySQL",
"REST",
"api"
],
"author": "YegorMY <egorsm00@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/YegorMy/techjs/issues"
},
"homepage": "https://github.com/YegorMy/techjs#readme",
"dependencies": {
"@types/es6-shim": "^0.31.33",
"@types/node": "^7.0.14",
"typescript": "^2.3.2"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-typescript": "^3.1.6",
"tslint": "^5.1.0"
}
}