-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 939 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 939 Bytes
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
{
"name": "ez-ctrl",
"version": "1.0.1",
"main": "lib/index.js",
"scripts": {
"test": "mocha --require babel-register.js",
"build": "babel --experimental --out-dir lib src",
"prepublish": "npm run build"
},
"dependencies": {
"bluebird": "^2.9.9",
"inflection": "1.2.6",
"lodash": "2.4.1"
},
"devDependencies": {
"angular": "1.3.2",
"babel": "^4.7.3",
"body-parser": "^1.11.0",
"express": "^4.11.2",
"request": "^2.53.0",
"should": "^4.4.4",
"should-promised": "0.0.5",
"socket.io": "^1.2.1",
"socket.io-client": "^1.2.1"
},
"repository": {
"type": "git",
"url": "github.com:RedRabbitDevelopment/ez-ctrl.git"
},
"keywords": [
"nodejs",
"javascript",
"node"
],
"author": "yourdeveloperfriend",
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/RedRabbitDevelopment/ez-ctrl/issues"
}
}