ractiveify
Version:
A ractive component/template browserify transform which allows for embedded transpilable languages for javascript or css (like livescript, coffeescript, and scss!).
46 lines (45 loc) • 1.13 kB
JSON
{
"name": "ractiveify",
"version": "1.5.6",
"description": "A ractive component/template browserify transform which allows for embedded transpilable languages for javascript or css (like livescript, coffeescript, and scss!).",
"main": "index.js",
"scripts": {
"pretest": "grunt",
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/norcalli/ractiveify"
},
"keywords": [
"browserify-transform",
"browserify",
"ractive",
"livescript",
"scss",
"debowerify",
"deamdify",
"coffeescript"
],
"author": "Ashkan Kiani",
"license": "ISC",
"bugs": {
"url": "https://github.com/norcalli/ractiveify/issues"
},
"homepage": "https://github.com/norcalli/ractiveify",
"dependencies": {
"livescript": "1.4.x",
"ractive": "0.7.x",
"through": "2.3.x",
"tosource": "0.1.x",
"mime": "1.2.x",
"convert-source-map": "0.4.x",
"coffee-script": "1.8.x"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-livescript": "^0.5.4",
"load-grunt-tasks": "^3.1.0",
"browserify": "^9.0.x"
}
}