-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.31 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
{
"name": "epam_1_calorie_app",
"version": "1.0.0",
"description": "",
"main": "test.js",
"dependencies": {
"body-parser": "^1.14.2",
"express": "^4.13.4",
"i": "^0.3.4",
"npm": "^3.6.0",
"path": "^0.12.7",
"pg": "4.4.4",
"sql-template-strings": "^1.1.2"
},
"devDependencies": {
"angular": "^1.5.0",
"angular-mocks": "^1.5.0",
"gulp": "^3.9.0",
"gulp-batch": "^1.0.5",
"gulp-jasmine": "^2.2.1",
"gulp-jshint": "^2.0.0",
"gulp-karma": "0.0.5",
"gulp-watch": "^4.3.5",
"jasmine": "^2.4.1",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.7",
"karma-phantomjs-launcher": "^1.0.0",
"pg": "4.4.4",
"phantomjs": "^2.1.3",
"phantomjs-prebuilt": "^2.1.4",
"supertest": "^1.1.0",
"underscore": "^1.8.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/greenfox-academy/epam_1_calorie_app.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/greenfox-academy/epam_1_calorie_app/issues"
},
"homepage": "https://github.com/greenfox-academy/epam_1_calorie_app#readme",
"engines": {
"node": "4.0.0"
}
}