fuel-stats/analytics/static/package.json
Alexander Kislitsky e74e0eef2d Npm dependencies fixed for fuel-stats web UI
gulp-lintspaces of version 0.2.2 is not available any more.
0.3.2 version is used instead the old one.

Change-Id: I504d4973a5e9de3a46c27d58be4f47fab3c35822
Closes-Bug: #1516581
2015-11-16 14:32:10 +03:00

19 lines
421 B
JSON

{
"name": "fuel-stats",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/stackforge/fuel-stats.git"
},
"devDependencies": {
"gulp": "~3.8.10",
"gulp-jshint": "~1.9.0",
"gulp-jscs" : "~1.3.0",
"gulp-lintspaces": "~0.3.2",
"gulp-bower": "~0.0.7",
"main-bower-files": "~2.4.0",
"gulp-bower-normalize": "~1.0.6",
"jshint-stylish": "~1.0.0"
}
}