-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.32 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.32 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
{
"name": "swigit",
"version": "1.0.0",
"description": "A blogging platform for software developers",
"main": "app/index.js",
"scripts": {
"test": "grunt test",
"build": "grunt build",
"deploy": "grunt deploy"
},
"repository": {
"type": "git",
"url": "(git://github.com/square-table-solutions/SWIGit.git)"
},
"author": "Square Table Solutions",
"license": "MIT",
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"gulp": "^3.9.1",
"gulp-add-src": "^0.2.0",
"gulp-angular-filesort": "^1.1.1",
"gulp-babel": "^6.1.2",
"gulp-changed": "^1.3.0",
"gulp-clean-css": "^2.0.8",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^2.0.0",
"gulp-git": "^1.7.2",
"gulp-ng-annotate": "^2.0.0",
"gulp-nodemon": "^2.0.7",
"gulp-sequence": "^0.4.5",
"gulp-uglify": "^1.5.3",
"gulp-watch": "^4.3.6"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.4.0",
"body-parser": "^1.15.1",
"bookshelf": "^0.9.5",
"express": "^4.13.4",
"express-partials": "^0.3.0",
"express-session": "^1.13.0",
"jsonwebtoken": "^7.0.0",
"jwt-simple": "^0.5.0",
"knex": "^0.11.3",
"njwt": "^0.2.3",
"passport": "^0.3.2",
"pg": "^4.5.5",
"sqlite3": "^3.1.4",
"uuid4": "^1.0.0"
},
"engines": {
"node": "6.1.0"
}
}