tag-youre-it/package.json
Nils Norman Haukås 6349c26eb6 Revert "update jspm"
This reverts commit 8306232240.
2016-08-14 18:24:36 +02:00

47 lines
1.3 KiB
JSON

{
"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",
"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 <nils@thunki.com>",
"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.39",
"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"
}
}
}