-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
30 lines (30 loc) · 860 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "upmath",
"description": "UpMath - markdown and latex online editor.",
"private": true,
"version": "0.1.1",
"devDependencies": {
"grunt": "^1.0.4",
"grunt-contrib-concat": "^2.0.0",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-contrib-uglify": "^5.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-data-uri-advanced": "^0.3.3",
"grunt-fingerprint": "~0.2.0",
"grunt-processhtml": "^0.4.2",
"grunt-shell": "^4.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Roman Parpalak",
"license": "MIT",
"dependencies": {
"LDT": "https://github.com/parpalak/LDT.git#d27cbdb265d015ec5872b53e4235a965b8502d95",
"draggabilly": "^2",
"file-saver": "^2.0.5",
"markdown-it": "^14.1.0",
"markdown-it-sub": "^2.0.0",
"markdown-it-sup": "^2.0.0"
}
}