-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 889 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 889 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
32
33
34
35
{
"name": "wetfish-basic",
"version": "0.7.11",
"description": "A tiny, customizable JavaScript UI framework.",
"main": "dist/basic.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wetfish/basic.git"
},
"keywords": [
"wetfish",
"basic"
],
"author": "Rachel Fish <rachel@wetfish.net> (https://wetfish.net)",
"license": "MIT",
"bugs": {
"url": "https://github.com/wetfish/basic/issues"
},
"homepage": "https://github.com/wetfish/basic#readme",
"devDependencies": {
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-insert": "^0.4.0",
"gulp-replace": "^0.5.3",
"gulp-uglify": "^1.5.3",
"gulp-watch": "^4.2.4",
"minimist": "^1.1.1",
"gulp-rename": "^1.2.2",
"qunitjs": "~1.23.1",
"gulp-qunit": "~1.4.0"
}
}