forked from sc-date-time/sc-date-time
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.56 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
{
"name": "sc-date-time",
"version": "2.0.0",
"description": "An implementation of the Material Design Date-Time picker",
"maintainers": [
{
"name": "SimeonC"
}
],
"keywords": [
"AngularJS"
],
"license": "MIT",
"homepage": "https://github.com/sc-date-time/sc-date-time/",
"files": [
"dist"
],
"main": "./dist/sc-date-time.js",
"peerDependencies": {
"angular": "^1.2"
},
"devDependencies": {
"angular": "^1.6.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.1.8",
"babel-register": "^6.23.0",
"conventional-changelog": "0.0.11",
"del": "^1.1.1",
"eslint": "^3.15.0",
"eslint-config-airbnb-base": "^11.1.0",
"eslint-plugin-import": "^2.2.0",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^2.0.0",
"gulp-babel": "^6.1.2",
"gulp-bump": "^0.1.11",
"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",
"in-publish": "^2.0.0",
"jade": "^1.8.2",
"nib": "^1.0.4",
"run-sequence": "^1.0.2",
"stylus": "^0.49.3"
},
"scripts": {
"lint": "eslint .",
"build": "npm run lint && gulp",
"prepublish": "in-publish && npm run build || not-in-publish",
"test": "npm run build"
},
"repository": {
"type": "git",
"url": "git://github.com/sc-date-time/sc-date-time.git"
},
"dependencies": {}
}