forked from bevacqua/rome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.1 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
{
"name": "rome",
"description": "Dependency free, opt-in UI, customizable date _(and time)_ picker!",
"homepage": "https://github.com/bevacqua/rome",
"version": "0.11.0",
"author": {
"name": "Nicolas Bevacqua",
"email": "[email protected]",
"url": "http://ponyfoo.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/bevacqua/rome.git"
},
"bugs": {
"url": "https://github.com/bevacqua/rome/issues"
},
"main": "src/rome.moment.js",
"dependencies": {
"contra.emitter": "^1.0.0",
"lodash.clonedeep": "^2.4.1",
"lodash.throttle": "^2.4.1",
"moment": "^2.7.0",
"raf": "^2.0.1"
},
"devDependencies": {
"browserify": "^4.2.1",
"gulp": "^3.8.6",
"gulp-bump": "^0.1.8",
"gulp-clean": "^0.2.4",
"gulp-git": "^0.4.2",
"gulp-header": "^1.0.2",
"gulp-minify-css": "^0.3.4",
"gulp-rename": "^1.2.0",
"gulp-size": "^0.3.1",
"gulp-streamify": "0.0.5",
"gulp-stylus": "^1.0.0",
"gulp-uglify": "^0.3.0",
"gulp-watch": "^0.6.8",
"nib": "^1.0.3",
"vinyl-source-stream": "^0.1.1"
}
}