Equation.js/package.json
Mahdi Dibaiee 485ebb3c9d Added Sigma operator – support for more complex operators 🌟
Fix README.md links pointing to Equation.js instead of Equation
Bump version to 1.3.0
2015-06-21 23:32:12 +04:30

31 lines
616 B
JSON

{
"name": "equations",
"version": "1.3.0",
"description": "",
"main": "dist/index.js",
"directories": {
"test": "dist/tests"
},
"scripts": {
"test": "grunt test"
},
"keywords": [
"Math",
"JavaScript"
],
"author": "Mahdi Dibaiee",
"license": "MIT",
"devDependencies": {
"browserify": "^9.0.8",
"chai": "^2.2.0",
"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"
}
}