-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
63 lines (63 loc) · 1.56 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
{
"name": "FlyptoX",
"version": "0.1.0",
"main": "server/main.js",
"scripts": {
"test": "gulp test:server"
},
"devDependencies": {
"chai": "^3.1.0",
"chai-as-promised": "^5.1.0",
"chalk": "^1.1.0",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-jshint": "^1.11.2",
"gulp-load-plugins": "^0.10.0",
"gulp-mocha": "^2.1.3",
"gulp-nodemon": "^2.0.3",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"jshint-stylish": "^2.0.1",
"karma": "^0.13.2",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.0",
"karma-mocha": "^0.2.0",
"karma-phantomjs-launcher": "^0.2.0",
"karma-sinon": "^1.0.4",
"karma-sinon-chai": "^1.0.0",
"mocha": "^2.2.5",
"phantomjs": "^1.9.17",
"shell": "^0.3.2",
"sinon": "^1.15.4",
"sinon-chai": "^2.8.0",
"vantage": "^1.0.1",
"yargs": "^3.15.0"
},
"dependencies": {
"async": "^1.4.0",
"async-eventemitter": "^0.2.2",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^2.3.6",
"body-parser": "^1.9.0",
"bookshelf": "0.7.7",
"browser-sync": "^2.7.13",
"coinbase-exchange": "^0.2.0",
"debug": "^2.2.0",
"ejs": "^2.3.3",
"express": "4.4.4",
"express-partials": "^0.3.0",
"fs": "0.0.2",
"jwt-simple": "^0.3.0",
"knex": "0.7.3",
"node-uuid": "^1.4.3",
"pg": "3.6.2",
"prompt": "^0.2.14",
"require-directory": "2.0.0",
"socket.io": "^1.3.6",
"underscore": "^1.8.3"
}
}