-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.55 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
{
"name": "qoopido.nucleus",
"title": "Qoopido.nucleus",
"description": "Lightweight, atomic and modular JavaScript utility library that strongly encourages the creation and usage of small yet flexible, reusable and easily maintainable modules.",
"version": "3.2.15",
"homepage": "http://nucleus.qoopido.com",
"author": {
"name": "Dirk Lueth",
"email": "info@qoopido.com"
},
"repository": {
"type": "git",
"url": "git://github.com/dlueth/qoopido.nucleus.git"
},
"bugs": {
"url": "https://github.com/dlueth/qoopido.nucleus/issues"
},
"license": "MIT",
"browser": "dist/base.js",
"main": "dist/base.js",
"filename": "base.js",
"autoupdate": {
"source": "git",
"target": "git://github.com/dlueth/qoopido.nucleus.git",
"basePath": "/dist",
"files": [
"**/*.js"
]
},
"keywords": [
"atomic",
"modular",
"module",
"library",
"toolkit",
"dry",
"lib",
"js",
"javascript",
"script",
"lightweight"
],
"devDependencies": {
"del": "6.0.0",
"gulp": "4.0.2",
"gulp-bump": "3.2.0",
"gulp-chmod": "3.0.0",
"gulp-eslint": "6.0.0",
"gulp-header": "2.0.9",
"gulp-include": "2.4.1",
"gulp-inject-version": "1.0.1",
"gulp-jsbeautifier": "3.0.1",
"gulp-livereload": "4.0.2",
"gulp-load-plugins": "2.0.7",
"gulp-rename": "2.0.0",
"gulp-size": "4.0.0",
"gulp-sourcemaps": "3.0.0",
"gulp-terser": "2.0.1",
"gulp-touch-fd": "2.0.0",
"gulp-uglify": "3.0.2",
"gulp-wrap": "0.15.0",
"require-dir": "1.2.0"
}
}