{ "name": "tag-youre-it", "version": "1.0.0", "description": "Make the meaning clear. This plugin enables semantic tagging of web content.", "main": "Gulpfile.js", "scripts": { "clean": "rm -r dist typings node_modules jspm_packages || true", "build": "jspm bundle-sfx src/app/main.ts dist/app.js --inline-source-maps && ./build.sh", "start": "browser-sync start --no-notify -b google-chrome --startPath test/ --server --files 'src/**/*'", "postinstall": "typings install && jspm install" }, "repository": { "type": "git", "url": "https://github.com/nilsnh/tag-youre-it.git" }, "private": true, "keywords": [ "semantic", "web", "tagging" ], "author": "Nils Norman Haukås ", "license": "MIT", "bugs": { "url": "https://github.com/nilsnh/tag-youre-it/issues" }, "homepage": "https://github.com/nilsnh/tag-youre-it", "dependencies": { "browser-sync": "^2.9.6", "jspm": "^0.16.40", "material-design-lite": "^1.1.3", "typings": "^1.3.0" }, "jspm": { "dependencies": { "angular": "github:angular/bower-angular@^1.5.8", "jquery": "npm:jquery@^2.2.4", "lodash": "npm:lodash@^4.12.0", "ngstorage": "npm:ngstorage@^0.3.10", "rangy": "npm:rangy@^1.3.0", "uuid": "npm:uuid@^2.0.2" }, "devDependencies": { "typescript": "npm:typescript@^1.6.2" } } }