angular-global-alerts
Version:
Basic gobal alerts system
43 lines (42 loc) • 1.23 kB
JSON
{
"name": "testexample",
"version": "0.0.1",
"description": "Basic gobal alerts system",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "NODE_ENV=production node node_modules/.bin/webpack && cp index.html dist/index.html",
"start": "node node_modules/.bin/webpack-dev-server --port 1337"
},
"repository": {
"type": "git",
"url": "https://github.com/paulstefanday/angular-global-alerts.git"
},
"keywords": [
"Angular",
"Alert"
],
"author": "Paul Day <paul@paulday.com.au> (http://paulday.com.au)",
"license": "MIT",
"bugs": {
"url": "https://github.com/paulstefanday/angular-global-alerts/issues"
},
"homepage": "https://github.com/paulstefanday/angular-global-alerts",
"dependencies": {
"angular": "^1.3.16",
"angular-animate": "^1.3.16",
"angular-flash-alert": "^1.1.0",
"angular-global-alerts": "0.0.1"
},
"devDependencies": {
"babel-core": "^5.5.6",
"babel-loader": "^5.1.4",
"css-loader": "^0.14.5",
"less": "^2.5.1",
"less-loader": "^2.2.0",
"node-libs-browser": "^0.5.2",
"style-loader": "^0.12.3",
"webpack": "^1.9.10",
"webpack-dev-server": "^1.9.0"
}
}