-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.39 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
{
"name": "studio-browser-client",
"version": "0.1.1",
"description": "Browser client to connect to studio micro services",
"author": {
"name": "Erich Oliveira",
"url": "http://ericholiveira.com"
},
"keywords": [
"functional",
"programming",
"async",
"generators",
"micro-services",
"micro-service",
"micro",
"service"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ericholiveira/studio-browser-client.git"
},
"main": "./src/index.js",
"dependencies": {
"express": "^4.13.4",
"socket.io": "^1.4.6",
"socket.io-client": "^1.4.6",
"studio": "^0.13.1",
"studio-browser": "^0.1.1"
},
"scripts": {
"test": "node --harmony --harmony-proxies ./node_modules/.bin/grunt test",
"start": "node --harmony --harmony-proxies ./node_modules/.bin/grunt",
"coverage": "node --harmony --harmony-proxies ./node_modules/.bin/grunt coverage",
"prod": "node --harmony --harmony-proxies ./node_modules/.bin/grunt prod"
},
"readmeFilename": "README.md",
"devDependencies": {
"chai": "^3.4.1",
"grunt": "0.4.x",
"grunt-browserify": "^5.0.0",
"grunt-cli": "0.1.13",
"grunt-contrib-jasmine": "^1.0.3",
"grunt-contrib-jshint": "0.12.0",
"grunt-jsdoc": "^2.1.0",
"grunt-jsdoc-to-markdown": "^1.2.1",
"grunt-release": "0.13.0",
"ink-docstrap": "^1.2.1"
}
}