forked from zekelevu/typeframework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.34 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.34 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
{
"name": "typefx",
"version": "0.3.1",
"description": "TypeFx",
"author": "arnaud lemettre <arnaud.lemettre@gmail.com>",
"license": "MIT",
"keywords": [
"typeframework",
"typefx",
"framework",
"mvc",
"rest",
"restful",
"router",
"app",
"api",
"express"
],
"main": "./build/TypeFramework.js",
"scripts": {
"prepublish": "npm prune",
"start": "grunt",
"pretest": "grunt test",
"test": "mocha -R spec test/integration"
},
"repository": {
"type": "git",
"url": "https://github.com/3IE/typeframework.git"
},
"bugs": {
"url": "https://github.com/3IE/typeframework/issues"
},
"dependencies": {
"body-parser": "~1.2.0",
"commander": "~2.2.0",
"compression": "~1.0.2",
"depd": "~0.4.3",
"ejs": "~1.0.0",
"express": "4.6.1",
"express-ejs-layouts": "~1.1.0",
"jison": "~0.4.13",
"lodash": "^3.10.1",
"method-override": "~1.0.1",
"morgan": "~1.0.1",
"waterline": "0.9.16"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-ts": "^4.2.0",
"grunt-file-append": "^0.0.6",
"grunt-text-replace": "~0.3.11",
"time-grunt": "~0.1.1",
"load-grunt-tasks": "~0.2.0",
"sails-disk": "~0.9.3",
"should": "~4.0.4",
"request": "~2.27.0",
"mocha": "^2.2.5"
},
"engines": {
"node": ">= 0.10.0"
}
}