-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
109 lines (109 loc) · 2.94 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "CycleApp",
"version": "0.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "node --harmony `which gulp` test-once",
"start": "node_modules/.bin/gulp",
"build": "ENV=production node_modules/.bin/gulp",
"server": "node_modules/.bin/nodemon --harmony --watch server.js",
"docs": "./node_modules/apidoc/bin/apidoc -i api/ -o docs/",
"up": "node --harmony up.js"
},
"author": "Paul Day",
"license": "MIT",
"dependencies": {
"angular": "^1.4.0",
"angular-animate": "^1.4.0",
"angular-datepicker": "^1.0.5",
"angular-filter": "^0.5.4",
"angular-socket-io": "^0.7.0",
"angular-sweetalert": "^1.1.0",
"angular-touch": "^1.4.1",
"angular-ui-router": "^0.2.15",
"bluebird": "^2.9.26",
"chai": "^2.3.0",
"chance": "^0.7.5",
"co": "^4.5.4",
"co-bcryptjs": "^0.2.0",
"co-body": "^1.0.0",
"co-render": "^0.2.0",
"co-views": "^0.2.0",
"cordova-js": "^4.1.0",
"dotenv": "^1.2.0",
"fs": "0.0.2",
"grant-koa": "^3.4.0",
"http": "0.0.0",
"jade": "^1.11.0",
"jsonwebtoken": "^3.2.2",
"kcors": "^1.0.1",
"koa": "^0.16.0",
"koa-accesslog": "0.0.2",
"koa-better-body": "^1.0.17",
"koa-body": "^1.3.0",
"koa-bodyparser": "^2.0.1",
"koa-cors": "0.0.14",
"koa-formidable": "^1.0.0",
"koa-jade": "^1.1.0",
"koa-logger": "^1.2.2",
"koa-mount": "^1.3.0",
"koa-qs": "^2.0.0",
"koa-request": "^1.0.0",
"koa-roles": "^1.0.0",
"koa-route": "^2.4.2",
"koa-router": "^3.8.0",
"koa-session": "^3.3.1",
"koa-static": "^1.4.8",
"koa-static-folder": "^0.1.5",
"ladda": "^0.9.8",
"ladda-angular": "^1.0.1",
"lodash": "^3.10.1",
"mailman": "^0.3.2",
"mocha-generators": "^1.1.1",
"ngmap": "^1.10.0",
"nodemailer": "^1.3.4",
"nodemailer-smtp-transport": "^1.0.3",
"nodemon": "^1.3.7",
"purecss": "^0.6.0",
"purest": "^2.0.0",
"q": "^1.4.1",
"randomstring": "^1.0.6",
"satellizer": "^0.12.4",
"socket.io-client": "^1.3.6",
"spin.js": "^2.3.2",
"sweetalert": "^1.1.0",
"thinky": "^2.0.3",
"validator": "^3.40.0"
},
"devDependencies": {
"babelify": "^6.1.3",
"browserify": "^11.0.1",
"browserify-css": "^0.6.1",
"browserify-shim": "^3.8.10",
"chai": "^2.3.0",
"co-supertest": "0.0.10",
"cssify": "^0.7.0",
"deamdify": "^0.1.1",
"envify": "^3.4.0",
"faker": "^2.1.4",
"gulp": "^3.8.11",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.0",
"gulp-exit": "0.0.2",
"gulp-less": "^3.0.3",
"gulp-less-base-import": "^0.1.0",
"gulp-less-import": "^1.0.0",
"gulp-minify-css": "^1.2.1",
"gulp-mocha": "^2.1.0",
"gulp-mocha-co": "^0.4.1-co.3",
"gulp-ng-annotate": "^1.1.0",
"gulp-rename": "^1.2.2",
"jadeify": "^4.4.0",
"koa-livereload": "^0.1.23",
"lessify": "^1.0.1",
"mocha": "^2.2.5",
"socket.io": "^1.3.6",
"supertest": "^1.0.1"
}
}