123456789101112131415161718192021222324 |
- {
- "name": "hotbox",
- "version": "1.0.15",
- "main": [
- "hotbox.js",
- "hotbox.css"
- ],
- "keywords": [
- "hotbox",
- "html5",
- "javascript",
- "ui"
- ],
- "ignore": [
- ".gitignore",
- ".jscsrc",
- ".jshintrc",
- "Gruntfile.js",
- "package.json"
- ],
- "dependencies": {
- "seajs": "~2.3.0"
- }
- }
|