forked from AreYouARobot/Robot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.55 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.55 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
62
63
64
65
66
67
68
{
"name": "AYAR_Robot",
"version": "0.0.1",
"description": "The robot that powers AYAR.",
"author": "Are You A Robot",
"contributors": [
{
"name": "Stefanie Contreras",
"email": "stefsnow@gmail.com"
},
{
"name": "Chris Singhavong",
"email": "csinghavong@gmail.com"
},
{
"name": "Jonathan Warrick",
"email": "jonathan.warrick@gmail.com.com"
},
{
"name": "Collin Wu",
"email": "collinwu@gmail.com"
}
],
"dependencies": {
"bluebird": "^2.3.2",
"body-parser": "^1.8.2",
"express": "^4.9.3",
"fs": "0.0.2",
"http": "0.0.0",
"node-pos": "0.0.4",
"pos": "^0.1.7",
"wordpos": "^0.1.10"
},
"devDependencies": {
"angular-mocks": "^1.2.22",
"blanket": "^1.1.6",
"chai": "^1.9.1",
"cors": "^2.4.2",
"gulp": "^3.8.8",
"gulp-clean": "^0.3.1",
"gulp-jshint": "^1.8.4",
"gulp-mocha": "^1.1.0",
"gulp-shell": "^0.2.9",
"istanbul": "^0.3.2",
"jshint-stylish": "^0.4.0",
"karma": "^0.12.23",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.4",
"karma-coverage": "^0.2.6",
"karma-mocha": "^0.1.9",
"karma-phantomjs-launcher": "^0.1.4",
"karma-spec-reporter": "0.0.13",
"mocha": "^1.21.4",
"morgan": "^1.3.1",
"protractor": "^1.2.0",
"supertest": "^0.13.0"
},
"main": "server/robot.js",
"repository": {
"type": "git",
"url": "https://github.com/AreYouARobot/Robot"
},
"scripts": {
"test": "gulp test",
"start": "node server/robot.js"
},
"license": "MIT"
}