-
Notifications
You must be signed in to change notification settings - Fork 84
/
Copy pathpackage.json
73 lines (73 loc) · 1.79 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
{
"name": "flash-cards",
"version": "1.0.0",
"description": "Backend for flash cards",
"main": "app.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"async": "^2.1.4",
"base64url": "^3.0.1",
"bluebird": "^3.1.1",
"body-parser": "^1.12.4",
"bookshelf": "^0.10.2",
"bookshelf-camelcase": "^1.1.2",
"camelize": "^1.0.0",
"compression": "^1.5.0",
"connect-trim-body": "^0.0.3",
"domain": "0.0.1",
"dotenv": "^2.0.0",
"ejs": "^2.3.3",
"express": "^4.12.4",
"express-winston": "^2.1.2",
"gulp-concat": "^2.6.1",
"jsonwebtoken": "^7.2.1",
"knex": "^0.12.6",
"lodash": "^4.3.0",
"moment": "^2.10.3",
"moment-timezone": "^0.5.11",
"morgan": "^1.6.0",
"request": "^2.57.0",
"serve-static": "^1.10.0",
"sprintf-js": "^1.0.3",
"sqlite3": "^4.0.9",
"streamifier": "^0.1.1",
"useragent": "^2.1.9",
"winston": "^2.3.0",
"winston-loggly": "^1.2.0",
"xtend": "^4.0.1",
"yamlparser": "0.0.2"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-change": "^1.0.0",
"gulp-clean-css": "^2.3.2",
"gulp-ng-annotate": "^2.0.0",
"gulp-nodemon": "^2.0.3",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^1.9.1",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ashwanikumar04/flash-cards.git"
},
"keywords": [
"flash",
"cards",
"nodejs",
"angularjs"
],
"author": "Ashwani Kumar",
"license": "SEE LICENCE IN LICENCE",
"bugs": {
"url": "https://github.com/ashwanikumar04/flash-cards/issues"
},
"homepage": "https://github.com/ashwanikumar04/flash-cards#readme"
}