Skip to content

Commit ef78ce0

Browse files
committed
add package.json
1 parent f384ac2 commit ef78ce0

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

package.json

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "angular-pickadate",
3+
"version": "0.2.0",
4+
"description": "A simple and fluid inline datepicker for AngularJS with no extra dependencies",
5+
"main": "index.js",
6+
"directories": {
7+
"example": "example"
8+
},
9+
"scripts": {
10+
"test": "echo \"Error: no test specified\" && exit 1"
11+
},
12+
"repository": {
13+
"type": "git",
14+
"url": "git://github.com/restorando/angular-pickadate.git"
15+
},
16+
"keywords": [
17+
"datepicker",
18+
"pickadate",
19+
"angular"
20+
],
21+
"author": "Gabriel Schammah",
22+
"license": "MIT",
23+
"bugs": {
24+
"url": "https://github.com/restorando/angular-pickadate/issues"
25+
},
26+
"homepage": "https://github.com/restorando/angular-pickadate",
27+
"devDependencies": {
28+
"karma": "^0.12.19"
29+
}
30+
}

0 commit comments

Comments
 (0)