12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "codex",
- "version": "0.0.1",
- "authors": [
- "James Peret <james.peret@gmail.com>"
- ],
- "description": "Note taking app",
- "main": "index.html",
- "moduleType": [
- "node"
- ],
- "license": "MIT",
- "homepage": "james.peret@gmail.com",
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ],
- "dependencies": {
- "angular": "~1.4.7",
- "angular-ui": "~0.4.0",
- "angular-ui-router": "~0.2.15",
- "angular-sanitize": "~1.4.7",
- "angular-ui-ace": "~0.2.3",
- "jquery": "~2.1.4",
- "angular-highlightjs": "~0.4.3",
- "angular-isotope": "~0.1.14",
- "isotope": "~2.2.2",
- "shufflejs": "~3.1.1"
- }
- }
|