-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1.32 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
{
"name": "havok",
"version":"2.0.0",
"repository" : {
"type" : "git",
"url" : "http://github.com/zoopcommerce/havok"
},
"dependencies": {
"dojo" : "1.9.3",
"dijit" : "http://github.com/dojo/dijit/tarball/1.9.3",
"dojo-util" : "http://github.com/dojo/util/tarball/1.9.3",
"mystique" : "http://github.com/zoopcommerce/mystique-js/tarball/1.2.3",
"mystique-common" : "http://github.com/zoopcommerce/mystique/tarball/1.2.2",
"bootstrap" : "http://github.com/twbs/bootstrap/tarball/v2.3.2",
"font-awesome" : "4.0.3",
"less" : "1.5.1",
"dive" : "0.3.0",
"fs-extra" : "0.8.1"
},
"devDependencies": {
"dom-lite" : "http://github.com/superdweebie/dom-lite/tarball/master",
"js-doc-parse" : "http://github.com/superdweebie/js-doc-parse/tarball/master",
"jshint" : "2.4.4",
"intern" : "1.3.2",
"twig" : "http://github.com/justjohn/twig.js/tarball/0.7.0"
},
"description": "The mutant offspring of Twitter Bootstrap and Dojo",
"keywords": ["JavaScript", "Dojo", "Widget", "Bootstrap"],
"homepage": "http://zoopcommerce.github.io/havok",
"main": "dist/havok.js"
}