78 lines
2.2 KiB
JSON
78 lines
2.2 KiB
JSON
{
|
|
"name": "ng2-file-upload",
|
|
"version": "1.0.0-beta.1",
|
|
"description": "angular2 file upload directives",
|
|
"scripts": {
|
|
"deploy": "NODE_ENV=production webpack -p --progress --color --optimize-minimize --optimize-dedupe --optimize-occurence-order",
|
|
"prepublish": "gulp clean && tsc",
|
|
"server": "webpack-dev-server --hot --inline --colors --display-error-details --display-cached",
|
|
"start": "npm run server",
|
|
"test": "gulp lint"
|
|
},
|
|
"main": "ng2-file-upload.js",
|
|
"typings": "ng2-file-upload.d.ts",
|
|
"keywords": [
|
|
"angular2",
|
|
"bootstrap",
|
|
"angularjs",
|
|
"twitter-bootstrap"
|
|
],
|
|
"author": "Vyacheslav Chub <vyacheslav.chub@valor-software.com>",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/valor-software/ng2-file-upload.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/valor-software/ng2-file-upload/issues"
|
|
},
|
|
"homepage": "https://github.com/valor-software/ng2-file-upload#readme",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"angular2": "2.0.0-beta.0",
|
|
"reflect-metadata": "0.1.2",
|
|
"rxjs": "5.0.0-beta.0",
|
|
"zone.js": "0.6.10",
|
|
"es6-shim": "0.33.13",
|
|
"bootstrap": "3.3.6",
|
|
"clean-webpack-plugin": "0.1.8",
|
|
"compression-webpack-plugin": "0.3.1",
|
|
"eslint": "1.10.3",
|
|
"exports-loader": "0.6.3",
|
|
"file-loader": "0.8.5",
|
|
"gulp": "3.9.1",
|
|
"gulp-clean": "0.3.2",
|
|
"gulp-eslint": "1.1.1",
|
|
"gulp-size": "2.1.0",
|
|
"gulp-tsc": "1.1.4",
|
|
"gulp-tslint": "4.3.4",
|
|
"html-loader": "0.4.3",
|
|
"markdown-loader": "0.1.7",
|
|
"marked": "0.3.5",
|
|
"moment": "2.11.2",
|
|
"ng2-bootstrap": "1.0.11",
|
|
"pre-commit": "1.1.2",
|
|
"prismjs": "valorkin/prism",
|
|
"prismjs-loader": "0.0.2",
|
|
"raw-loader": "0.5.1",
|
|
"require-dir": "0.3.0",
|
|
"ts-loader": "0.8.1",
|
|
"tslint": "3.5.0",
|
|
"typescript": "1.8.9",
|
|
"webpack": "1.12.14",
|
|
"webpack-dev-server": "1.14.0"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Vyacheslav Chub",
|
|
"email": "vyacheslav.chub@valor-software.com",
|
|
"url": "https://github.com/buchslava"
|
|
},
|
|
{
|
|
"name": "Dmitriy Shekhovtsov",
|
|
"email": "valorkin@gmail.com",
|
|
"url": "https://github.com/valorkin"
|
|
}
|
|
]
|
|
}
|