-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.63 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
54
55
56
57
58
59
60
61
62
{
"name": "fastchat-web",
"version": "0.5.0",
"description": "The web client for fastchat.",
"main": "index.js",
"author": "Ethan Mick",
"license": "MIT",
"scripts": {
"postinstall": "bower install",
"prestart": "npm install",
"start": "http-server -a localhost -p 8081 -c-1",
"test": "karma start karma.conf.coffee",
"test-single-run": "karma start karma.conf.coffee --single-run",
"preupdate-webdriver": "npm install",
"update-webdriver": "webdriver-manager update"
},
"keywords": [
"fastchat",
"chat",
"server"
],
"repository": {
"type": "git",
"url": "[email protected]:fastchat/web"
},
"engines": {
"node": "0.12.0"
},
"dependencies": {},
"devDependencies": {
"bower": "1.3.12",
"chai": "2.1.2",
"coffee-script": "1.9.1",
"coffeelint": "1.9.2",
"coffeelint-use-strict": "0.0.1",
"david": "6.1.5",
"grunt": "0.4.5",
"grunt-bower-concat": "0.4.0",
"grunt-cli": "0.1.13",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-coffee": "0.12.0",
"grunt-contrib-concat": "0.5.0",
"grunt-contrib-copy": "0.7.0",
"grunt-contrib-jade": "0.14.0",
"grunt-contrib-less": "1.0.0",
"grunt-contrib-uglify": "0.5.0",
"grunt-contrib-watch": "0.6.1",
"http-server": "0.8.0",
"jasmine-core": "^2.2.0",
"karma": "0.12.31",
"karma-chrome-launcher": "0.1.7",
"karma-coffee-preprocessor": "0.2.1",
"karma-jasmine": "^0.3.5",
"karma-junit-reporter": "0.2.2",
"load-grunt-tasks": "2.0.0",
"mocha": "2.1.0",
"protractor": "2.0.0",
"shelljs": "0.4.0",
"sinon": "1.10.3",
"travis-cov": "0.2.5"
}
}