Equation.js/package.json
2015-04-20 15:15:56 +04:30

37 lines
703 B
JSON

{
"name": "equation",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "grunt test"
},
"keywords": [
"Math",
"JavaScript"
],
"bin": {
"equation": "bin.js"
},
"author": "Mahdi Dibaiee",
"license": "MIT",
"devDependencies": {
"browserify": "^9.0.8",
"grunt": "^0.4.5",
"grunt-babel": "^5.0.0",
"grunt-browserify": "^3.7.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^11.0.0",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.2.4",
"remapify": "^2.0.1"
},
"dependencies": {
"babel": "^5.1.11"
}
}