Hawk/package.json

41 lines
793 B
JSON
Raw Normal View History

2015-08-29 19:19:16 +00:00
{
"name": "",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/mdibaiee/"
},
"keywords": [],
"author": "Mahdi Dibaiee",
"license": "MIT",
"bugs": {
"url": "https://github.com/mdibaiee//issues"
},
"files": [
"types",
"build",
"index.js"
],
"directories": {
"lib": "lib"
},
"engines": {
"node": ">=0.12.0"
},
"homepage": "https://github.com/mdibaiee/",
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-asset-injector": "^0.1.0",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"less-plugin-clean-css": "^1.5.1"
}
}