-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
65 lines (65 loc) · 1.49 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
{
"name": "qoopido.js",
"title": "Qoopido.js library",
"description": "Modular library of dry, extendable and AMD compatible JavaScript modules",
"version": "3.7.4",
"homepage": "https://github.com/dlueth/qoopido.js",
"author": {
"name": "Dirk Lueth",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/dlueth/qoopido.js.git"
},
"bugs": {
"url": "https://github.com/dlueth/qoopido.js/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
{
"type": "GPL",
"url": "http://www.gnu.org/copyleft/gpl.html"
}
],
"filename": "base.js",
"autoupdate": {
"source": "git",
"target": "git://github.com/dlueth/qoopido.js.git",
"basePath": "/dist/latest/min",
"files": [
"**/*.js"
]
},
"keywords": [
"modular",
"library",
"toolit",
"amd",
"require",
"dry"
],
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.8.10",
"gulp-bump": "^0.3.1",
"gulp-chmod": "^1.2.0",
"gulp-concat": "^2.4.1",
"gulp-declare": "^0.3.0",
"gulp-define-module": "^0.1.3",
"gulp-devtools": "0.0.3",
"gulp-frep": "^0.1.3",
"gulp-header": "^1.2.2",
"gulp-jshint": "^1.9.0",
"gulp-less": "^3.0.0",
"gulp-load-plugins": "^0.10.0",
"gulp-plumber": "^1.0.0",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"jshint-stylish": "^2.0.1",
"run-sequence": "^1.0.2"
}
}