-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·54 lines (54 loc) · 1.33 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
49
50
51
52
53
54
{
"name": "sellyx",
"version": "1.0.0",
"description": "sellyx-master",
"main": "app.js",
"dependencies": {
"bluebird": "^2.3.11",
"broccoli-sass": "^0.3.3",
"co": "^4.0.0",
"co-body": "^1.0.0",
"co-request": "^0.2.0",
"fs": "^0.0.2",
"koa": "^0.13.0",
"koa-compress": "^1.0.8",
"koa-conditional-get": "^1.0.2",
"koa-etag": "^1.2.5",
"koa-favicon": "^1.0.1",
"koa-flash": "^0.0.3",
"koa-generic-session": "^1.3.0",
"koa-handlebars": "^0.3.1",
"koa-hbs": "^0.6.0",
"koa-i18n": "^0.2.0",
"koa-logger": "^1.2.2",
"koa-mount": "^1.2.5",
"koa-ratelimit": "^1.0.3",
"koa-redis": "^1.0.0",
"koa-response-time": "^1.0.2",
"koa-rewrite": "^1.1.0",
"koa-router": "^3.7.0",
"koa-static": "^1.4.7",
"mysql": "^2.5.3",
"q": "^1.1.2",
"sequelize": "^2.0.0-rc3",
"waterline": "^0.10.14"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-sass": "^0.17.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"sellyx"
],
"author": "aamir latif",
"license": "ISC"
}