forked from egeste/oraculum
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.54 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
{
"name": "Oraculum",
"version": "0.1.1",
"keywords": [
"mvc",
"list",
"table",
"memory",
"mixins",
"router",
"binding",
"chaplin",
"factory",
"history",
"lookout",
"backbone",
"backgrid",
"behaviors",
"factoryjs",
"pagination",
"application",
"composition"
],
"description": "The Enterprise Javascript MVC Framework.",
"homepage": "https://github.com/lookout/oraculum",
"repository": "https://github.com/lookout/oraculum.git",
"bugs": {
"url": "https://github.com/lookout/oraculum/issues",
"email": "Steve (Egesté) Regester <[email protected]> (http://egeste.net/)"
},
"contributors": [
"Steve (Egesté) Regester <[email protected]> (http://egeste.net/)",
"Gabriel Hernandez <[email protected]> (http://about.me/gabrielhernandez/)"
],
"devDependencies": {
"bower": "latest",
"grunt-cli": "latest",
"underscore": "latest",
"grunt-bump": "0.0.13",
"grunt-docker": "0.0.8",
"grunt-gh-pages": "latest",
"grunt-coveralls": "latest",
"grunt-coffeelint": "latest",
"grunt-contrib-copy": "latest",
"grunt-contrib-clean": "latest",
"grunt-contrib-watch": "latest",
"grunt-contrib-coffee": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-connect": "latest",
"grunt-contrib-jasmine": "~0.5",
"grunt-contrib-requirejs": "latest",
"grunt-template-jasmine-istanbul": "~0.2.5",
"grunt-template-jasmine-requirejs": "egeste/grunt-template-jasmine-requirejs#0.1.6-modules"
}
}