-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 922 Bytes
/
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": "nmjs",
"version": "0.0.1",
"description": "A micro mvc framework like the asp.net mvc, based node and typescript. ",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"dev": "gulp4",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hstarorg/nmjs.git"
},
"keywords": [
"Node",
"Web",
"Framework",
"MVC"
],
"author": "Jay.M.Hu",
"license": "MIT",
"bugs": {
"url": "https://github.com/hstarorg/nmjs/issues"
},
"homepage": "https://github.com/hstarorg/nmjs#readme",
"devDependencies": {
"@types/node": "0.0.2",
"chai": "^3.5.0",
"gulp-develop-server": "^0.5.2",
"gulp-typescript": "^3.1.2",
"gulp4": "^4.0.1",
"mocha": "^3.1.2",
"node-notifier": "^4.6.1",
"typescript": "^2.0.7"
},
"dependencies": {
"accepts": "^1.3.3",
"cookies": "^0.6.2"
}
}