builder-styles-raw
Version:
Returns the raw version of the style files
33 lines (32 loc) • 740 B
JSON
{
"name": "builder-styles-raw",
"version": "0.0.1",
"description": "Returns the raw version of the style files",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha --reporter spec",
"watch": "./node_modules/mocha/bin/mocha --watch --reporter spec"
},
"keywords": [
"component",
"builder2",
"styles",
"raw"
],
"license": "MIT",
"author": {
"name": "Antoine Lehurt",
"email": "hello@kewah.com",
"url": "http://kewah.com"
},
"repository": {
"type": "git",
"url": "https://github.com/kewah/builder-styles-raw"
},
"dependencies": {},
"devDependencies": {
"component-builder": "^1.1.5",
"component-resolver": "^1.1.3",
"mocha": "*"
}
}