package.json
503 Bytes
{
"name": "seven-piece",
"version": "1.0.0",
"description": "static source",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git@git3.diligrp.com:dlstatic/seven-piece.git"
},
"keywords": [
"seven",
"static",
"manage"
],
"author": "DiliFE",
"license": "MIT",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-watch": "^0.6.1",
"less": "^2.5.1"
}
}