forked from adamjimenez/shiftedit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.13 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "shiftedit",
"version": "1.0.0",
"description": "ide",
"main": "index.js",
"repository": "https://github.com/adamjimenez/shiftedit.git",
"author": "Adam Jimenez <adam.jimenez@gmail.com>",
"license": "",
"private": false,
"dependencies": {
"ace-builds": "^1.2.9",
"autosize": "^4.0.0",
"blueimp-md5": "^2.10.0",
"crypto-libraries": "https://github.com/chrisveness/crypto.git",
"cssmin": "^0.4.3",
"diff": "^3.4.0",
"diff2html": "^2.3.2",
"exports-loader": "^0.6.4",
"firepad": "^1.4.0",
"imports-loader": "^0.7.1",
"jquery": "^3.2.1",
"jquery-contextmenu": "^2.6.3",
"jquery-ui-bundle": "^1.12.1",
"js-beautify": "^1.7.4",
"jstree": "^3.3.4",
"linkifyjs": "^2.1.5",
"lzma": "^2.3.2",
"markdown-it": "^8.4.0",
"md5": "^2.2.1",
"requirejs": "^2.3.5",
"requirejs-plugins": "^1.0.2",
"resumablejs": "^1.1.0",
"text": "requirejs/text",
"uglify-js": "^3.2.2",
"urijs": "^1.19.0",
"xterm": "^3.0.2"
},
"scripts": {
"build": "webpack"
},
"devDependencies": {
"json-loader": "^0.5.7",
"webpack": "^3.10.0"
}
}