-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 1.71 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
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "x-days-later",
"version": "0.19.2",
"description": "Use this app to find a date at X days later.",
"homepage": "https://github.com/C0ZEN/x-days-later",
"keywords": [
"cozen",
"angular",
"front-end",
"x-days-later",
"moment"
],
"author": {
"name": "Geoffrey <C0ZEN> Testelin",
"email": "geoffrey.testelin@gmail.com",
"url": "www.geoffreytestelin.com"
},
"devDependencies": {
"array.from": "^1.0.3",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"chalk": "^2.3.0",
"eslint": "^4.14.0",
"eslint-config-xo": "^0.20.1",
"grunt": "^1.0.1",
"grunt-babel": "^7.0.0",
"grunt-bump": "^0.8.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-htmlmin": "^2.4.0",
"grunt-force-task": "^2.0.0",
"grunt-git": "^1.0.9",
"grunt-if": "^0.1.5",
"grunt-npm-command": "^0.1.2",
"grunt-preprocess": "^5.1.0",
"grunt-prompt": "^1.3.3",
"grunt-sass": "^2.0.0",
"grunt-string-replace": "^1.3.1",
"grunt-usemin": "^3.1.1",
"has-ansi": "^3.0.0",
"jit-grunt": "^0.10.0",
"jscs": "^3.0.7",
"jshint": "^2.9.5",
"lint-staged": "^7.0.4",
"load-grunt-config": "^0.19.2",
"process-nextick-args": "^2.0.0",
"q": "^1.5.1",
"time-grunt": "^1.4.0"
},
"dependencies": {},
"scripts": {
"lint": "eslint . --fix",
"test": ""
},
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
],
"*.json": [
"git add"
]
},
"repository": "C0ZEN/x-days-later",
"license": "MIT",
"yoCallbackConfig": {
"appName": "X Days Later",
"appNameCamel": "xDaysLater",
"appNameKebab": "x-days-later",
"appNameUpperPython": "X_DAYS_LATER"
}
}