2015-04-20 09:28:11 +00:00
|
|
|
{
|
2015-04-21 10:16:05 +00:00
|
|
|
"name": "equations",
|
2017-07-11 08:57:03 +00:00
|
|
|
"version": "1.3.6",
|
2015-04-20 09:28:11 +00:00
|
|
|
"description": "",
|
|
|
|
"main": "dist/index.js",
|
|
|
|
"directories": {
|
2015-04-21 11:51:23 +00:00
|
|
|
"test": "dist/tests"
|
2015-04-20 09:28:11 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"Math",
|
|
|
|
"JavaScript"
|
|
|
|
],
|
|
|
|
"author": "Mahdi Dibaiee",
|
|
|
|
"license": "MIT",
|
2015-06-21 19:23:35 +00:00
|
|
|
"repository": "https://github.com/mdibaiee/Equation",
|
2015-04-20 09:28:11 +00:00
|
|
|
"devDependencies": {
|
2015-04-20 10:45:56 +00:00
|
|
|
"browserify": "^9.0.8",
|
2015-04-22 12:43:07 +00:00
|
|
|
"chai": "^2.2.0",
|
2015-04-20 09:28:11 +00:00
|
|
|
"grunt": "^0.4.5",
|
|
|
|
"grunt-babel": "^5.0.0",
|
2015-04-20 10:45:56 +00:00
|
|
|
"grunt-browserify": "^3.7.0",
|
|
|
|
"grunt-contrib-uglify": "^0.9.1",
|
2015-04-20 09:28:11 +00:00
|
|
|
"grunt-contrib-watch": "^0.6.1",
|
|
|
|
"grunt-eslint": "^11.0.0",
|
|
|
|
"grunt-mocha-test": "^0.12.7",
|
2015-08-25 21:51:31 +00:00
|
|
|
"mocha": "^2.2.4",
|
|
|
|
"babel": "^5.8.21"
|
2017-07-11 08:56:39 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"babel": "^5.8.21"
|
2015-04-20 09:28:11 +00:00
|
|
|
}
|
|
|
|
}
|