construx-makara-amdify
Version:
amd module compiler for makara languagepacks. a plugin for construx
42 lines (41 loc) • 1 kB
JSON
{
"name": "construx-makara-amdify",
"version": "1.0.2",
"description": "amd module compiler for makara languagepacks. a plugin for construx",
"main": "index.js",
"scripts": {
"test": "tap test/*.js",
"cover": "nyc npm test && nyc report",
"lint": "jshint -c .jshintrc index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/krakenjs/construx-makara-amdify.git"
},
"keywords": [
"krakenjs",
"kraken-js",
"construx",
"less"
],
"author": "Matt Edelman <medelman@paypal.com>",
"license": [
{
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"bugs": {
"url": "https://github.com/krakenjs/construx-makara-amdify/issues"
},
"homepage": "https://github.com/krakenjs/construx-makara-amdify#readme",
"dependencies": {
"iferr": "^0.1.5",
"spundle": "^1.0.3"
},
"devDependencies": {
"jshint": "~2.4.3",
"nyc": "^2.3.0",
"tap": "^1.2.1"
}
}