123456789101112131415161718192021 |
- {
- "name": "taboo",
- "version": "0.0.0",
- "authors": [
- "Thomas Dy <thatsmydoing@gmail.com>"
- ],
- "license": "MIT",
- "private": true,
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "public/components",
- "test",
- "tests"
- ],
- "dependencies": {
- "angular": "~1.2.6",
- "jquery": "~2.0.3"
- }
- }
|