UNPKG

1.01 kBJSONView Raw
1{
2 "name": "eventric-test-app",
3 "description": "behavior-first application development",
4 "version": "0.1.0",
5 "private": true,
6 "scripts": {
7 "start": "coffee server/run.coffee"
8 },
9 "dependencies": {
10 "eventric": "*",
11 "eventric-remote-inmemory": "0.1.1",
12
13 "eventric-remote-socketio-client": "*",
14 "eventric-remote-socketio-endpoint": "*",
15 "socket.io": "*"
16 },
17 "devDependencies": {
18 "chai": "2.3.0",
19 "coffee-loader": "0.7.2",
20 "coffee-script": "1.9.3",
21 "es6-promise": "2.1.1",
22 "gulp": "3.9.0",
23 "gulp-coffee": "2.3.1",
24 "gulp-karma": "0.0.4",
25 "gulp-mocha": "2.1.0",
26 "gulp-symlink": "2.1.2",
27 "gulp-util": "3.0.5",
28 "gulp-watch": "4.2.4",
29 "karma": "0.12.37",
30 "karma-mocha": "0.2.0",
31 "karma-phantomjs-launcher": "0.2.0",
32 "karma-spec-reporter": "0.0.20",
33 "mocha": "2.2.5",
34 "run-sequence": "1.1.2",
35 "sinon": "git://github.com/cjohansen/Sinon.JS#sinon-2.0",
36 "sinon-chai": "2.7.0",
37 "webpack-stream": "2.1.0"
38 }
39}