forked from ironic-anagrams/foodcrawl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.72 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.72 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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "food",
"version": "1.0.0",
"description": "foodfood",
"main": "index.js",
"scripts": {
"test": "mocha compiled/tests --timeout 5000 && karma start",
"compile": "babel src --out-dir compiled --presets=es2015 --source-maps inline --copy-files --watch",
"rebase": "git pull --rebase upstream master && git push origin master",
"start": "nodemon compiled/server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mundaneUnicorn/food.git"
},
"author": "ez cc jg ap",
"license": "MIT",
"bugs": {
"url": "https://github.com/mundaneUnicorn/food/issues"
},
"homepage": "https://github.com/mundaneUnicorn/food#readme",
"dependencies": {
"angular": "^1.5.8",
"angular-sanitize": "^1.5.8",
"angular-ui-router": "^0.3.1",
"babel-cli": "^6.14.0",
"babel-preset-es2015": "^6.14.0",
"bcrypt": "^0.8.7",
"bluebird": "^3.4.5",
"body-parser": "^1.15.2",
"chai": "^3.5.0",
"express": "^4.14.0",
"express-session": "^1.14.1",
"geolib": "^2.0.21",
"jquery": "^3.1.0",
"lodash": "^4.15.0",
"mocha": "^3.0.2",
"mongoose": "^4.5.10",
"ngstorage": "^0.3.11",
"nodemailer": "^2.6.0",
"path": "^0.12.7",
"polyline": "^0.2.0",
"request": "^2.74.0",
"stripe": "^4.10.0",
"supertest": "^2.0.0",
"ui-router": "^1.0.0-alpha.3",
"yelp": "^1.0.1"
},
"devDependencies": {
"angular-mocks": "^1.5.8",
"jasmine-core": "^2.5.1",
"karma": "^1.2.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.0.2",
"karma-mocha": "^1.1.1",
"karma-mocha-reporter": "^2.1.0",
"karma-phantomjs-launcher": "^1.0.2",
"phantomjs-prebuilt": "^2.1.12"
}
}