Cleanup package.json
Add a license, main file, and add missing huxley dependency Auditors: alpert
This commit is contained in:
parent
0be77d4e6f
commit
5cca3a299e
|
@ -2,15 +2,18 @@
|
||||||
"name": "katex",
|
"name": "katex",
|
||||||
"version": "0.0.1",
|
"version": "0.0.1",
|
||||||
"description": "Fast math!",
|
"description": "Fast math!",
|
||||||
|
"main": "katex.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/Khan/KaTeX.git"
|
"url": "git://github.com/Khan/KaTeX.git"
|
||||||
},
|
},
|
||||||
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"browserify": "~2.29.1",
|
"browserify": "~2.29.1",
|
||||||
"express": "~3.3.3",
|
"express": "~3.3.3",
|
||||||
"less": "~1.4.2",
|
"less": "~1.4.2",
|
||||||
"uglify-js": "~2.4.15",
|
"uglify-js": "~2.4.15",
|
||||||
"clean-css": "~2.2.15"
|
"clean-css": "~2.2.15",
|
||||||
|
"huxley": "~0.7.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user