-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
38 lines (38 loc) · 1.03 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
{
"name": "chocoborangepicker",
"version": "1.0.7",
"description": "The Date Range Picker easier to use in angular.",
"main": "chocobo-range-picker.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"lint": "eslint ./**"
},
"bin": {
"eslint": "./node_modules/.bin/eslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mikemajesty/Chocobo-Date-Range-Picker.git"
},
"author": "Mike Lima <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikemajesty/Chocobo-Date-Range-Picker/issues"
},
"homepage": "https://github.com/mikemajesty/Chocobo-Date-Range-Picker#readme",
"dependencies": {
"angular": "^1.2.32",
"express": "^4.14.0",
"serve-favicon": "^2.3.2"
},
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"eslint": "^3.13.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-uglify": "^1.5.3",
"gulp-uglifycss": "^1.0.6"
}
}