tag-youre-it/package.json
2015-10-18 23:34:07 +02:00

45 lines
1.1 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": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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",
"devDependencies": {
"browser-sync": "^2.9.6",
"browserify": "^11.2.0",
"gulp": "^3.9.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.6",
"lodash": "^3.10.1",
"lodash.assign": "^3.2.0",
"tsify": "^0.12.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
},
"dependencies": {
"angular": "^1.4.7",
"bootstrap": "^3.3.5",
"del": "^2.0.2",
"gulp-flatten": "^0.2.0",
"jquery": "^2.1.4"
}
}