-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 839 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 839 Bytes
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
{
"name" : "MomentPicker",
"description" : "A datepicker based on Moment.js and jQuery",
"homepage" : "https://github.com/coma/MomentPicker",
"repository" : "https://github.com/coma/MomentPicker",
"version" : "1.4.0",
"license" : "MIT",
"private" : false,
"authors" : [
"Eduardo García Sanz <eduardo@comakai.com>"
],
"devDependencies": {
"gulp" : "^3.8",
"gulp-jshint" : "^1",
"gulp-qunit" : "^1",
"gulp-sass" : "^0",
"gulp-uglify" : "^1",
"run-sequence": "^0"
},
"scripts" : {
"postinstall": "npm install -g bower gulp && bower install",
"pretest" : "npm install",
"test" : "gulp test",
"posttest" : "gulp deploy"
}
}