-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 935 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
{
"name": "rmoop",
"version": "0.5.0",
"author": "Juan David Andrade <[email protected]>",
"description": "Javascript Inheritance and Interfaces using the Revealing Module Pattern",
"homepage": "http://github.com/jandrade/rmoop",
"keywords": [
"inheritance",
"interfaces",
"client",
"browser"
],
"contributors": [
{
"name": "Juan Andrade",
"email": "[email protected]"
}
],
"bugs": "https://github.com/jandrade/rmoop/issues",
"repository": {
"type": "git",
"url": "https://github.com/jandrade/rmoop.git"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "0.x.x",
"grunt-contrib-uglify": "0.x.x",
"grunt-contrib-jasmine": "0.x.x",
"grunt-contrib-clean": "0.x.x",
"grunt-contrib-copy": "0.x.x",
"grunt-contrib-jshint": "0.x.x"
},
"bundledDependencies": [],
"license": "MIT"
}