forked from sc-date-time/sc-date-time
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.27 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
{
"name": "sc-date-time",
"filename": "sc-date-time.min.js",
"version": "1.1.3",
"description": "An implementation of the Material Design Date-Time picker",
"maintainers": [
{
"name": "SimeonC"
}
],
"keywords": [
"AngularJS"
],
"license": "MIT",
"homepage": "http://simeonc.github.io/md-date-time",
"main": "./dist/sc-date-time.min.js",
"devDependencies": {
"bower": "^1.3.12",
"coffee-script": "^1.8.0",
"conventional-changelog": "0.0.11",
"del": "^1.1.1",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.0.0",
"gulp-bump": "^0.1.11",
"gulp-coffee": "^2.2.0",
"gulp-coffeelint": "^0.4.0",
"gulp-concat-util": "^0.5.1",
"gulp-filter": "^2.0.0",
"gulp-git": "^0.5.5",
"gulp-htmlmin": "^0.2.0",
"gulp-jade": "^0.10.0",
"gulp-ngtemplate": "^0.2.3",
"gulp-order": "^1.1.1",
"gulp-rename": "^1.2.0",
"gulp-stylus": "^1.3.4",
"gulp-tag-version": "^1.2.1",
"jade": "^1.8.2",
"nib": "^1.0.4",
"run-sequence": "^1.0.2",
"stylus": "^0.49.3"
},
"scripts": {
"test": "grunt travis-test --verbose",
"postinstall": "node ./node_modules/bower/bin/bower install --allow-root"
},
"repository": {
"type": "git",
"url": "git://github.com/simeonc/sc-date-time.git"
}
}