-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.12 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
{
"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 <[email protected]",
"Miško Hevery <[email protected]",
"Vojta Jína <[email protected]"
],
"main": "scripts/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"csv": ">= 0.2.1",
"express": ">= 3.0.0",
"jasmine-node": "^1.14.5",
"morgan": "^1.5.2",
"open": ">= 0.0.2",
"testacular": "canary"
},
"engines": {
"node": ">= 0.8.4"
},
"license": "MIT",
"devDependencies": {
"chai": "^2.2.0",
"chai-as-promised": "^4.3.0",
"cucumber": "0.8.0",
"expect.js": "^0.3.1",
"frisby": "^0.8.5",
"jasmine-core": "^2.2.0",
"karma": "^0.12.37",
"karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "^0.3.5",
"protractor": "1.6.0",
"protractor-cucumber": "^0.1.8",
"selenium-webdriver": "2.44.0"
}
}