-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 984 Bytes
/
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
{
"name": "dropit",
"version": "1.0.0",
"description": "A super-small, non-dependent JavaScript framework that allows you to easily customize selectboxes",
"main": "src/dropit.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/johnie/dropit.git"
},
"keywords": [
"web",
"components",
"framework",
"html",
"templates"
],
"author": "Johnie Hjelm <johnie@hjelm.im>",
"license": "MIT",
"bugs": {
"url": "https://github.com/johnie/dropit/issues"
},
"homepage": "https://github.com/johnie/dropit#readme",
"devDependencies": {
"babel-core": "^5.8.23",
"del": "^2.0.1",
"gulp": "^3.9.0",
"gulp-eslint": "^1.0.0",
"gulp-header": "^1.7.1",
"gulp-load-plugins": "^0.10.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-size": "^2.0.0",
"gulp-uglify": "^1.4.0",
"run-sequence": "^1.1.2"
}
}