-
Notifications
You must be signed in to change notification settings - Fork 79
/
package.json
34 lines (34 loc) · 959 Bytes
/
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
{
"name": "angularjs-datetime-picker",
"version": "0.1.20",
"description": "Very Lightweight AngularJS DateTime Picker Without Using jQuery, bootStrap, or moment",
"main": "angularjs-datetime-picker.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kineticsocial/angularjs-datetime-picker.git"
},
"keywords": [
"angularjs",
"directive",
"date",
"datetime"
],
"author": "Allen Kim <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kineticsocial/angularjs-datetime-picker/issues"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.5.2",
"gulp-rename": "^1.2.2",
"gulp-strip-debug": "^1.0.2",
"gulp-uglify": "^1.2.0",
"run-sequence": "^1.1.0"
}
"homepage": "https://github.com/kineticsocial/angularjs-datetime-picker"
}