node-refills
Version:
refills by thoughtbot
30 lines (29 loc) • 580 B
JSON
{
"name": "node-refills",
"version": "1.0.1",
"description": "refills by thoughtbot",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha --reporter spec --recursive"
},
"repository": {
"type": "git",
"url": "git://github.com/StephaneP/node-refills.git"
},
"keywords": [
"thoughtbot",
"bourbon",
"neat",
"refills"
],
"author": "Stephane Paul",
"license": "ISC",
"dependencies": {
"node-neat": "^1.3.0"
},
"devDependencies": {
"chai": "^1.9.1",
"mocha": "^1.21.4",
"node-sass": "^0.9.3"
}
}