-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.04 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
{
"name": "m2d2",
"version": "2.1.3",
"description": "A very easy, clean and extensible way to build interactive web-based user interfaces.",
"main": "dist/m2d2.bundle.min.js",
"scripts": {
"test": "karma start karma.conf.js"
},
"repository": {
"type": "git",
"url": "https://github.com/intellisrc/m2d2/"
},
"keywords": [
"reactive",
"proxy",
"javascript",
"dom"
],
"author": "Alberto Lepe",
"license": "MIT",
"bugs": {
"url": "https://github.com/Intellisrc/m2d2/issues"
},
"homepage": "https://gitlab.com/intellisrc/m2d2/",
"files": [
"dist/m2d2.*.js",
"dist/*.map",
"dist/src/*",
"ws/*",
"xhr/*",
"core/*",
"debug/*"
],
"devDependencies": {
"gulp": "^4.0.2",
"gulp-concat": "^2.5.2",
"gulp-header-comment": "^0.9.0",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^1.2.0",
"gulp-umd": "^2.0.0",
"karma": "^6.3.16",
"karma-chrome-launcher": "^3.1.0",
"karma-qunit": "^4.1.2",
"qunit": "^2.17.2"
}
}