-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
76 lines (76 loc) · 2.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "ifmledit.org",
"version": "1.6.2",
"description": "A basic IFML WebEditor",
"private": true,
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp",
"deploy": "git-directory-deploy --directory \"public/\" --repo \"git@github.com:B3rn475/IFMLEdit.org.git\"",
"postinstall": "npm run build",
"start": "pm2 start --name=IFMLEdit.org index.js",
"poststart": "node -e \"require('open')('http://localhost:3000')\"",
"stop": "pm2 stop IFMLEdit.org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/B3rn475/IFMLEdit.org.git"
},
"author": "Carlo Bernaschina",
"license": "MIT",
"bugs": {
"url": "https://github.com/B3rn475/IFMLEdit.org/issues"
},
"homepage": "https://github.com/B3rn475/IFMLEdit.org#README",
"devDependencies": {
"open": "^7.0.0",
"pm2": "^2.7.2"
},
"dependencies": {
"aliasify": "^2.1.0",
"almost": "^1.0.2",
"almost-joint": "^1.0.0-beta",
"backbone": "^1.3.3",
"bluebird": "^3.7.2",
"body-parser": "1.19.0",
"bootstrap": "^4.4.1",
"bootstrap-notify": "^3.1.3",
"browserify": "^16.5.0",
"color": "^1.0.3",
"ejs": "^3.0.2",
"exposify": "^0.5.0",
"express": "4.17.1",
"file-saver": "^1.3.8",
"git-directory-deploy": "^1.5.1",
"gulp": "^4.0.2",
"gulp-cssnano": "^2.1.3",
"gulp-extract-sourcemap": "^0.1.6",
"gulp-if": "^3.0.0",
"gulp-json-minify": "^1.2.2",
"gulp-pug": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-rimraf": "^1.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify-es": "^2.0.0",
"icon-gen": "^2.0.0",
"jointjs": "^2.0.0",
"jquery": "3.4.1",
"jszip": "^2.5.0",
"knockout": "^3.5.1",
"lodash": "^3.10.1",
"material-design-icons-iconfont": "^2.0.4",
"materialize-css": "^1.0.0",
"merge": "^1.2.1",
"merge-stream": "^2.0.0",
"nedb": "^1.8.0",
"pug": "^2.0.4",
"sass": "^1.61.0",
"save-svg-as-png": "^1.2.0",
"stringify": "^5.2.0",
"through2": "^3.0.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}