-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
59 lines (56 loc) · 1.58 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
{
"name": "Oraculum",
"version": "0.1.6",
"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": "^1.4.1",
"coffeelint": "^1.9.6",
"underscore": "^1.8.3",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-bump": "^0.3.1",
"grunt-docker": "0.0.10",
"grunt-gh-pages": "^0.10.0",
"grunt-coveralls": "^1.0.0",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-jasmine": "^0.8.2",
"grunt-template-jasmine-istanbul": "^0.3.3",
"grunt-template-jasmine-requirejs": "git://github.com/egeste/grunt-template-jasmine-requirejs.git#0.2.3-modules"
}
}