-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
72 lines (72 loc) · 1.7 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
63
64
65
66
67
68
69
70
71
72
{
"name": "hydra.js",
"version": "3.8.0",
"description": "Framework that gives you the tools to write your application using modules or widgets and make easy to work with them.",
"homepage": "http://tcorral.github.com/Hydra.js/",
"author": "Tomas Corral",
"contributors": [
{
"name": "Ramon Ferrer",
"github": "https://github.com/Ramonacus"
},
{
"name": "Marc Mignonsin",
"github": "https://github.com/mawrkus"
},
{
"name": "Adrià Jimenez",
"github": "https://github.com/ajimix"
},
{
"name": "Carlos Villuendas",
"github": "https://github.com/carlosvillu"
},
{
"name": "Rafael Yepes",
"github": "https://github.com/rafayepes"
},
{
"name": "Greg Freeman",
"blog": "http://www.gregfreeman.org/"
}
],
"main": "./src/Hydra.js",
"keywords": [
"hydra",
"modular",
"modules",
"scalable"
],
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"bugs": {
"mail": "[email protected]",
"web": "https://github.com/tcorral/Hydra.js/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/tcorral/Hydra.js.git"
},
"scripts": {
"test": "mocha test/Hydra.js"
},
"devDependencies": {
"mocha": "*",
"sinon": "*",
"should": "1.2.2",
"uglify-js": "*",
"grunt": "~0.4.1",
"swig": "~1.2.2",
"grunt-contrib-uglify": "~0.2.1",
"grunt-contrib-jshint": "~0.5.4",
"grunt-mocha-cli": "~1.0.6",
"grunt-contrib-compress": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-release-steps": "0.3.7"
},
"github": "https://github.com/tcorral/Hydra.js"
}