forked from charismatic-invertebrates/stego
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.4 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
{
"name": "gitfit",
"version": "1.0.0",
"description": "GitFit encourages programmers to embrace a balanced and healthy lifestyle.",
"main": "server.js",
"scripts": {
"test": "npm run test-server",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/charismatic-invertebrates/gitfit"
},
"author": "",
"license": "Proprietary",
"bugs": {
"url": "https://github.com/charismatic-invertebrates/gitfit/issues"
},
"homepage": "https://github.com/charismatic-invertebrates/gitfit",
"dependencies": {
"bcrypt": "^0.8.2",
"body-parser": "^1.12.2",
"browserify": "^9.0.7",
"express": "^4.12.3",
"gulp": "^3.8.11",
"gulp-minify-css": "^1.0.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.0",
"gulp-react": "^3.0.1",
"gulp-sass": "^1.3.3",
"jquery": "^2.1.3",
"mongodb": "^2.0.25",
"mongoose": "^4.0.1",
"morgan": "^1.5.2",
"nodemon": "^1.3.7",
"q": "^1.2.0",
"react": "^0.13.0",
"reactify": "^1.1.0",
"request": "^2.55.0",
"vinyl-source-stream": "^1.1.0"
},
"devDependencies": {
"chai": "*",
"gulp-jasmine": "^2.0.1",
"jasmine": "^2.2.1",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-jasmine": "^0.3.5",
"karma-requirejs": "^0.2.2",
"mocha": "*",
"requirejs": "^2.1.17",
"supertest": "^0.15.0",
"watchify": "^3.1.0"
}
}