25 lines
588 B
JSON
25 lines
588 B
JSON
{
|
|
"name": "zurb-twentytwenty",
|
|
"version": "0.1.0",
|
|
"description": "Zurb TwentyTwenty plugin",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "ZURB",
|
|
"license": "ISC",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/zurb/twentytwenty"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "^0.4.5",
|
|
"grunt-contrib-clean": "^0.6.0",
|
|
"grunt-contrib-connect": "^0.9.0",
|
|
"grunt-contrib-watch": "^0.6.1",
|
|
"grunt-notify": "^0.4.1",
|
|
"grunt-sass": "^1.1.0",
|
|
"load-grunt-tasks": "^2.0.0"
|
|
}
|
|
}
|