Lots of updates
This commit is contained in:
parent
e3cfff8310
commit
39e7af6238
454 changed files with 221168 additions and 36622 deletions
66
package.json
66
package.json
|
|
@ -1,42 +1,46 @@
|
|||
{
|
||||
"name": "ffffng",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0-SNAPSHOT",
|
||||
"license": "MIT",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"body-parser": "~1.6.2",
|
||||
"compression": "~1.0.6",
|
||||
"deep-extend": "~0.2.10",
|
||||
"express": "~4.8.2",
|
||||
"glob": "~4.0.5",
|
||||
"body-parser": "~1.15.1",
|
||||
"compression": "~1.6.2",
|
||||
"deep-extend": "~0.4.1",
|
||||
"escape-string-regexp": "~1.0.5",
|
||||
"express": "~4.13.4",
|
||||
"glob": "~7.0.3",
|
||||
"grunt": "~0.4.1",
|
||||
"grunt-autoprefixer": "~0.7.4",
|
||||
"grunt-bower-install": "~1.6.0",
|
||||
"grunt-concurrent": "~0.5.0",
|
||||
"grunt-connect-proxy": "~0.1.10",
|
||||
"grunt-contrib-clean": "~0.5.0",
|
||||
"grunt-contrib-compass": "~0.8.0",
|
||||
"grunt-contrib-concat": "~0.4.0",
|
||||
"grunt-contrib-connect": "~0.7.1",
|
||||
"grunt-contrib-copy": "~0.5.0",
|
||||
"grunt-contrib-cssmin": "~0.9.0",
|
||||
"grunt-contrib-htmlmin": "~0.3.0",
|
||||
"grunt-contrib-imagemin": "~0.7.1",
|
||||
"grunt-contrib-jshint": "~0.10.0",
|
||||
"grunt-contrib-uglify": "~0.4.0",
|
||||
"grunt-contrib-watch": "~0.6.1",
|
||||
"grunt-autoprefixer": "~3.0.4",
|
||||
"grunt-concurrent": "~2.3.0",
|
||||
"grunt-connect-proxy": "~0.2.0",
|
||||
"grunt-contrib-clean": "~1.0.0",
|
||||
"grunt-contrib-compass": "~1.1.1",
|
||||
"grunt-contrib-concat": "~1.0.1",
|
||||
"grunt-contrib-connect": "~1.0.2",
|
||||
"grunt-contrib-copy": "~1.0.0",
|
||||
"grunt-contrib-cssmin": "~1.0.1",
|
||||
"grunt-contrib-htmlmin": "~1.4.0",
|
||||
"grunt-contrib-imagemin": "~1.0.0",
|
||||
"grunt-contrib-jshint": "~1.0.0",
|
||||
"grunt-contrib-uglify": "~1.0.1",
|
||||
"grunt-contrib-watch": "~1.0.0",
|
||||
"grunt-develop": "~0.4.0",
|
||||
"grunt-html2js": "~0.2.7",
|
||||
"grunt-newer": "~0.7.0",
|
||||
"grunt-ngmin": "~0.0.2",
|
||||
"grunt-html2js": "~0.3.6",
|
||||
"grunt-newer": "~1.2.0",
|
||||
"grunt-ng-annotate": "~2.0.2",
|
||||
"grunt-rev": "~0.1.0",
|
||||
"grunt-svgmin": "~0.4.0",
|
||||
"grunt-usemin": "~2.1.1",
|
||||
"jshint-stylish": "~0.4.0",
|
||||
"load-grunt-tasks": "~0.4.0",
|
||||
"ng-di": "~0.1.1",
|
||||
"time-grunt": "~0.4.0",
|
||||
"underscore": "~1.6.0"
|
||||
"grunt-svgmin": "~3.2.0",
|
||||
"grunt-usemin": "~3.1.1",
|
||||
"grunt-wiredep": "~3.0.1",
|
||||
"http-errors": "~1.4.0",
|
||||
"imagemin-gifsicle": "~5.0.0",
|
||||
"jshint-stylish": "~2.2.0",
|
||||
"load-grunt-tasks": "~3.5.0",
|
||||
"lodash": "~4.12.0",
|
||||
"ng-di": "~0.2.1",
|
||||
"serve-static": "~1.10.2",
|
||||
"time-grunt": "~1.3.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue