2015-04-20 09:28:11 +00:00
|
|
|
{
|
2015-04-20 09:58:31 +00:00
|
|
|
"name": "equation",
|
2015-04-20 09:28:11 +00:00
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"directories": {
|
|
|
|
"test": "tests"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"Math",
|
|
|
|
"JavaScript"
|
|
|
|
],
|
2015-04-20 09:58:31 +00:00
|
|
|
"bin": {
|
|
|
|
"equation": "bin.js"
|
|
|
|
},
|
2015-04-20 09:28:11 +00:00
|
|
|
"author": "Mahdi Dibaiee",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
|
|
|
"grunt": "^0.4.5",
|
|
|
|
"grunt-babel": "^5.0.0",
|
|
|
|
"grunt-contrib-watch": "^0.6.1",
|
|
|
|
"grunt-eslint": "^11.0.0",
|
|
|
|
"grunt-mocha-test": "^0.12.7",
|
|
|
|
"mocha": "^2.2.4"
|
2015-04-20 09:55:41 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"babel": "^5.1.11"
|
2015-04-20 09:28:11 +00:00
|
|
|
}
|
|
|
|
}
|