forked from IgorMinar/foodme
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 768 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 768 Bytes
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
{
"name": "FoodMe",
"version": "0.0.1",
"description": "Super awesome tutorial.",
"keywords": [],
"homepage": "http://angularjs.org/",
"repository": {
"type": "git",
"url": "git://github.com/angular/foodme.git"
},
"author": "AngularJS Team",
"contributors": [
"Igor Minár <igor@angularjs.org",
"Miško Hevery <misko@angularjs.org",
"Vojta Jína <vojta@angularjs.org"
],
"main": "scripts/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"express": ">= 3.0.0",
"csv": ">= 0.2.1",
"open": ">= 0.0.2",
"morgan": ">=1.0.0",
"body-parser": ">=1.4.3",
"testacular": "canary"
},
"engines": {
"node": ">= 0.8.4"
},
"license": "MIT"
}