Replace bower by npm (browserify)
This commit is contained in:
+9
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user