Hawk/package.json

58 lines
1.3 KiB
JSON
Raw Normal View History

2015-08-29 19:19:16 +00:00
{
"name": "",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
2015-09-03 10:32:46 +00:00
"phantom": "mochify --transform babelify",
"wd": "mochify --transform babelify --wd",
"cover": "mochify --transform babelify --cover",
"test": "npm run phantom && npm run wd && npm run cover"
2015-08-29 19:19:16 +00:00
},
"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": {
"babelify": "^6.2.0",
"browserify": "^11.0.1",
2015-08-29 19:19:16 +00:00
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.1",
2015-08-29 19:19:16 +00:00
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-fxos": "^0.1.2",
"grunt-task-loader": "^0.6.0",
"hammerjs": "^2.0.4",
"immutable": "^3.7.5",
"less-plugin-clean-css": "^1.5.1",
"lodash": "^3.10.1",
"react": "^0.13.3",
"react-redux": "^1.0.1",
"redux": "^1.0.1",
"redux-devtools": "^1.1.2",
"remapify": "^2.0.3",
"uglifyify": "^3.0.1"
2015-08-29 19:19:16 +00:00
}
}