grunt-systemjs-builder
Version:
grunt task for building projects based on systemjs
19 lines (18 loc) • 413 B
JSON
{
"name": "test-grunt-systemjs-builder",
"version": "0.1.0",
"description": "example of using the builder",
"private": true,
"main": "gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "yoav niran",
"license": "MIT",
"jspm": {
"configFile": "src/main/javascript/config.js"
},
"devDependencies": {
"systemjs-builder": "^0.16.3"
}
}