-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.21 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.21 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
{
"name": "@ftbl/session-service",
"version": "1.3.11",
"description": "Session web services",
"main": "node index",
"scripts": {
"start": "node --harmony bootstrap",
"test": "node --harmony ./node_modules/.bin/gulp test"
},
"engines": {
"node": "0.12.x",
"npm": "2.x"
},
"author": "Johnny Hall",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:projectftbl/session-service.git"
},
"dependencies": {
"@ftbl/app": "^1.0.0",
"@ftbl/bootstrap": "^1.0.0",
"@ftbl/configuration": "^1.0.0",
"@ftbl/errors": "^1.0.0",
"@ftbl/log": "^1.0.0",
"@ftbl/repl": "^1.0.0",
"@ftbl/request": "^1.0.0",
"@ftbl/social": "^1.0.0",
"@ftbl/store": "^1.0.0",
"@ftbl/server": "^1.0.0",
"@ftbl/task": "^1.0.0",
"@ftbl/utility": "^1.0.0",
"bcrypt": "^0.8.5",
"bluebird": "^2.10.1",
"lodash": "^3.10.1"
},
"devDependencies": {
"@ftbl/gulp": "^1.0.7",
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"gulp": "^3.9.0",
"mocha": "^2.2.5",
"nock": "^2.10.0",
"proxyquire": "^1.7.3",
"sinon": "^1.15.4",
"sinon-as-promised": "^4.0.0",
"sinon-chai": "^2.8.0",
"supertest": "^1.0.1"
}
}