Equation.js/package.json

37 lines
772 B
JSON
Raw Normal View History

2015-04-20 09:28:11 +00:00
{
2015-04-21 10:16:05 +00:00
"name": "equations",
2020-06-09 13:58:42 +00:00
"version": "1.3.7",
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": {
2020-06-09 13:58:42 +00:00
"test": "grunt test",
"build": "grunt build"
2015-04-20 09:28:11 +00:00
},
"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",
"grunt": "^1.5.3",
2015-04-20 09:28:11 +00:00
"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
}
}