12345678910111213141516171819 |
- {
- "name": "amber",
- "version": "0.1.0",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ],
- "dependencies": {
- "jquery": ">=1.7.0",
- "jquery-ui": ">=1.9.2",
- "bootstrap2.3.2": "~2.3.2",
- "jquery-tabby": "git://github.com/alanhogan/Tabby",
- "codemirror": "~3.24.0",
- "showdown": "~0.3.1"
- }
- }
|