79 lines
2.1 KiB
JSON
79 lines
2.1 KiB
JSON
{
|
|
"name": "ng2-file-upload",
|
|
"version": "0.0.1",
|
|
"description": "angular2 file upload directives",
|
|
"scripts": {
|
|
"deploy": "NODE_ENV=production webpack -p --progress --color --optimize-minimize --optimize-dedupe --optimize-occurence-order",
|
|
"prepublish": "gulp compile",
|
|
"prestart": "npm install",
|
|
"server": "webpack-dev-server --hot --inline --colors --display-error-details --display-cached",
|
|
"start": "npm run server",
|
|
"test": "gulp lint"
|
|
},
|
|
"main": "dist/index.js",
|
|
"typescript": {
|
|
"definition": [
|
|
"dist/module.d.ts",
|
|
"typings/es6-object.d.ts"
|
|
]
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"components",
|
|
"typings",
|
|
"tsd.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": {
|
|
"angular2": "2.0.0-alpha.37",
|
|
"es6-promise": "3.0.2",
|
|
"moment": "^2.10.6",
|
|
"ng2-bootstrap": "^0.37.0",
|
|
"reflect-metadata": "0.1.1",
|
|
"rtts_assert": "2.0.0-alpha.37",
|
|
"traceur-runtime": "0.0.59",
|
|
"zone.js": "0.5.4"
|
|
},
|
|
"devDependencies": {
|
|
"bootstrap": "^3.3.5",
|
|
"clean-webpack-plugin": "^0.1.3",
|
|
"compression-webpack-plugin": "^0.2.0",
|
|
"eslint": "^1.1.0",
|
|
"exports-loader": "^0.6.2",
|
|
"file-loader": "^0.8.4",
|
|
"gulp": "^3.9.0",
|
|
"gulp-clean": "^0.3.1",
|
|
"gulp-eslint": "^1.0.0",
|
|
"gulp-size": "^2.0.0",
|
|
"gulp-tsc": "^1.1.1",
|
|
"gulp-tslint": "^3.1.2",
|
|
"html-loader": "^0.3.0",
|
|
"markdown-loader": "^0.1.7",
|
|
"marked": "^0.3.5",
|
|
"pre-commit": "^1.1.1",
|
|
"prismjs": "valorkin/prism",
|
|
"prismjs-loader": "0.0.2",
|
|
"raw-loader": "^0.5.1",
|
|
"require-dir": "^0.3.0",
|
|
"typescript": "^1.5.3",
|
|
"typescript-simple-loader": "^0.3.4",
|
|
"webpack": "^1.11.0",
|
|
"webpack-dev-server": "^1.10.1"
|
|
}
|
|
}
|