-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 815 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 815 Bytes
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
{
"name": "phpmae",
"version": "1.0.0",
"description": "Static files for phpMAE interactive mode.",
"dependencies": {
"codemirror": "^5.60.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-css-purge": "^3.0.9",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.2",
"lodash.template": ">=4.5.0",
"materialize-css": "^1.0.0",
"streamqueue": "^1.1.2",
"jquery": "^3.4.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CloudObjects/phpMAE.git"
},
"author": "Lukas Rosenstock",
"license": "MPL",
"bugs": {
"url": "https://github.com/CloudObjects/phpMAE/issues"
},
"homepage": "https://github.com/CloudObjects/phpMAE#readme"
}