-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1019 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 1019 Bytes
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
{
"name": "reclaim",
"version": "1.0.1",
"description": "A NodeJS framework",
"main": "index.js",
"bin":{
"reclaimjs":"./bin/reclaimjs"
},
"scripts": {
"test": "mocha --compilers js:babel-register"
},
"author": "Suhail Abood <suhail.abood@gmail.com> (suhailabood.me)",
"license": "ISC",
"dependencies": {
"bluebird": "^3.3.1",
"body-parser": "^1.15.0",
"bookshelf": "^0.9.2",
"compression": "^1.6.1",
"cookie-parser": "^1.4.1",
"cookie-session": "^1.2.0",
"express": "^4.13.4",
"gulp": "^3.9.1",
"knex": "^0.10.0",
"lodash": "^4.3.0",
"mongoose": "^4.4.4",
"multer": "^1.1.0",
"mysql": "^2.10.2",
"nunjucks": "^2.3.0",
"passport": "^0.3.2",
"rethinkdb": "^2.2.1",
"typescript": "^1.7.5"
},
"devDependencies": {
"babel-register": "^6.5.2",
"chai": "^3.5.0",
"expect.js": "^0.3.1",
"jasmine": "^2.4.1"
},
"repository": {
"type": "git",
"url": "https://github.com/suhdev/reclaimjs.git"
}
}