-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.34 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": "application-frame",
"version": "1.2.2",
"description": "Application Frame is an open and light weight Programming Library for the Web.",
"dependencies": {
"callsite": "^1.0.0",
"url-polyfill": "^1.1.12"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"chai": "^4.2.0",
"coveralls": "^3.1.0",
"eslint": "^7.7.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^39.0.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-sourcemaps": "^3.0.0",
"merge-stream": "^2.0.0",
"mocha": "^7.2.0",
"nyc": "^15.1.0",
"sha1": "^1.1.1"
},
"scripts": {
"build": "gulp --gulpfile tests/Gulpfile.js --cwd ./",
"test": "nyc --hook-run-in-context --reporter text --reporter lcov mocha -- tests/main.js",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"eslint": "eslint ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TitanNanoDE/ApplicationFrame.git"
},
"keywords": [
"framework",
"library",
"application-frame"
],
"author": "TitanNano.de",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/TitanNanoDE/ApplicationFrame/issues"
},
"homepage": "https://github.com/TitanNanoDE/ApplicationFrame#readme"
}