tag-youre-it/package.json
Nils Norman Haukås efc3c808bd Ask user to login with google email on startup
Squashed commit of the following:

commit e6574f0fa51b78df71201d3674e40b13993c4ce3
Author: Nils Norman Haukås <mail@nilsnh.no>
Date:   Thu Aug 25 18:45:11 2016 +0200

    bump version number

commit 1286a15c3e
Author: Nils Norman Haukås <mail@nilsnh.no>
Date:   Thu Aug 25 17:47:10 2016 +0200

    Reload settings after receiving logged in userinfo

commit ca518d4978
Author: Nils Norman Haukås <mail@nilsnh.no>
Date:   Thu Aug 25 17:46:42 2016 +0200

    Add 'identity.email' permission

commit 4b9579ceee
Author: Nils Norman Haukås <mail@nilsnh.no>
Date:   Thu Aug 25 17:45:43 2016 +0200

    Bugfix background.js initialization. Added logging

commit 6747062ed6
Author: Nils Norman Haukås <mail@nilsnh.no>
Date:   Thu Aug 25 17:45:18 2016 +0200

    Prevent error from dist folder being there

commit e5c9317569
Author: Nils Norman Haukås <mail@nilsnh.no>
Date:   Thu Aug 25 16:47:39 2016 +0200

    Use chromium as the default test browser

commit cd02b08a9f
Author: Nils Norman Haukås <nils@thunki.com>
Date:   Sun Aug 14 23:44:30 2016 +0200

    Hide menu if user is not logged in

    Will also prompt user to login if user has not logged in
    yet. Furthermore I need to see if we actually need to
    really delete cache before asking for the user info.
    Hmm.

commit fd66219b3c
Author: Nils Norman Haukås <nils@thunki.com>
Date:   Sun Aug 14 23:44:03 2016 +0200

    Promisified background.js
2016-08-25 18:46:22 +02:00

48 lines
1.4 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 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 chromium-browser --startPath test/ --server --files 'src/**/*'",
"package": "rm dist.zip && zip -r dist.zip dist",
"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.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"
}
}
}