Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "bantamcss", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Scalable, performant, responsive, CSS framework with zero styles.", | ||
"main": "index.html", | ||
"author": "Colm Tuite <colmtuite@gmail.com> (http://www.colmtuite.com)", | ||
"style": "css/bantam.css", | ||
"main": "css/bantam.css", | ||
"files": [ | ||
"css", | ||
"src" | ||
], | ||
"repository": { | ||
@@ -18,20 +24,5 @@ "type": "git", | ||
], | ||
"author": "Colm Tuite <colmtuite@gmail.com> (http://www.colmtuite.com)", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/colmtuite/bantamcss/issues" | ||
}, | ||
"devDependencies": { | ||
"css": "^2.1.0", | ||
"css-parse": "^2.0.0", | ||
"filesize": "^3.1.2", | ||
"gulp": "^3.8.2", | ||
"gulp-autoprefixer": "0.0.7", | ||
"gulp-minify-css": "^0.3.5", | ||
"gulp-sass": "^0.7.2", | ||
"gulp-uncss": "^0.4.4", | ||
"gulp-util": "^2.2.18", | ||
"gulp-watch": "^0.6.8", | ||
"lodash": "^3.10.0", | ||
"node-sass": "^0.9", | ||
"normalize.css": "^4.1.1", | ||
"postcss": "^4.1.16" | ||
@@ -43,12 +34,10 @@ }, | ||
"email": "colmtuite@gmail.com" | ||
}, | ||
{ | ||
"name": "David Tuite", | ||
"url": "dtuite@gmail.com" | ||
} | ||
], | ||
"scripts": { | ||
"start": "gulp", | ||
"build": "node home.js" | ||
} | ||
"start": "npm run build:css && npm run build:minify", | ||
"build:css": "bantam src/bantam.css > css/bantam.css", | ||
"build:minify": "bantam src/bantam.css -m > css/bantam.min.css", | ||
"build:watch": "watch 'npm start' ./src/" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
2
0
52611
54
1309