Replace bower by npm (browserify)

This commit is contained in:
Gaël Métais
2015-08-16 13:22:12 +02:00
parent d5c607d370
commit e0649eb9bd
6 changed files with 19 additions and 28 deletions
+9 -1
View File
@@ -2,7 +2,7 @@
"name": "yellowlabtools",
"version": "1.7.4",
"description": "Online tool to audit a webpage for performance and front-end quality issues",
"license" : "GPL-2.0",
"license": "GPL-2.0",
"author": {
"name": "Gaël Métais",
"email": "gael@gaelmetais.com",
@@ -17,8 +17,16 @@
},
"main": "./lib/index.js",
"dependencies": {
"angular": "1.4.4",
"angular-animate": "1.4.4",
"angular-chart.js": "0.7.3",
"angular-local-storage": "0.2.2",
"angular-resource": "1.4.4",
"angular-route": "1.4.4",
"angular-sanitize": "1.4.4",
"async": "1.4.2",
"body-parser": "1.13.3",
"chart.js": "1.0.2",
"clean-css": "3.3.9",
"compression": "1.5.2",
"cors": "2.7.1",