-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 974 Bytes
/
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
{
"author": {
"name": "Henri Cavalcante"
},
"bin": {
"dojodojo": "dojodojo.js"
},
"bugs": {
"url": "https://github.com/henricavalcante/dojodojo/issues"
},
"dependencies": {
"chalk": "^1.0.0",
"commander": "^2.8.1",
"express": "^4.12.4",
"lodash": "^3.9.3",
"react": "^0.13.3",
"socket.io": "^1.3.5"
},
"description": "Under Construction - To make a dojo in git repository, commiting and randomizing the code just type dojodojo.",
"devDependencies": {},
"gitHead": "d9158790b26fd294c92a6dc7ca86304b3e9251ad",
"homepage": "https://github.com/henricavalcante/dojodojo#readme",
"license": "MIT",
"main": "dojodojo.js",
"name": "dojodojo",
"optionalDependencies": {},
"preferGlobal": true,
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/henricavalcante/dojodojo.git"
},
"scripts": {
"test": "grunt test"
},
"version": "1.0.3"
}