Skip to content

Commit ed3a9c6

Browse files
committed
Update package information
1 parent 40b18bc commit ed3a9c6

File tree

2 files changed

+28
-24
lines changed

2 files changed

+28
-24
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-slider",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"authors": [
55
"TheRusskiy <dimanrussian@gmail.com>"
66
],

package.json

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "ng-slider",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Slider animation directive for AngularJS",
5-
"main": "index.js",
5+
"homepage": "https://github.com/TheRusskiy/ng-slider",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
@@ -14,28 +14,32 @@
1414
],
1515
"author": "TheRusskiy",
1616
"license": "MIT",
17-
"devDependencies": {
18-
"coffee-script": "~1.6.3",
19-
"grunt": "~0.4.1",
20-
"grunt-autoprefixer": "~0.4.0",
21-
"grunt-bower-install": "~0.7.0",
22-
"grunt-concurrent": "~0.4.3",
23-
"grunt-contrib-clean": "~0.5.0",
24-
"grunt-contrib-coffee": "~0.8.2",
25-
"grunt-contrib-concat": "~0.3.0",
26-
"grunt-contrib-copy": "~0.4.1",
27-
"grunt-contrib-jshint": "~0.7.1",
28-
"grunt-contrib-uglify": "~0.2.0",
29-
"grunt-contrib-watch": "~0.5.2",
30-
"grunt-ngmin": "~0.0.3",
31-
"grunt-usemin": "~2.0.0",
32-
"jshint-stylish": "~0.1.3",
33-
"load-grunt-tasks": "~0.2.0",
34-
"time-grunt": "~0.2.1",
35-
"connect-livereload": "~0.3.0",
36-
"grunt-shell": "~0.6.4"
17+
"devDependencies": {
18+
"coffee-script": "~1.6.3",
19+
"grunt": "~0.4.1",
20+
"grunt-autoprefixer": "~0.4.0",
21+
"grunt-bower-install": "~0.7.0",
22+
"grunt-concurrent": "~0.4.3",
23+
"grunt-contrib-clean": "~0.5.0",
24+
"grunt-contrib-coffee": "~0.8.2",
25+
"grunt-contrib-concat": "~0.3.0",
26+
"grunt-contrib-copy": "~0.4.1",
27+
"grunt-contrib-jshint": "~0.7.1",
28+
"grunt-contrib-uglify": "~0.2.0",
29+
"grunt-contrib-watch": "~0.5.2",
30+
"grunt-ngmin": "~0.0.3",
31+
"grunt-usemin": "~2.0.0",
32+
"jshint-stylish": "~0.1.3",
33+
"load-grunt-tasks": "~0.2.0",
34+
"time-grunt": "~0.2.1",
35+
"connect-livereload": "~0.3.0",
36+
"grunt-shell": "~0.6.4"
3737
},
3838
"engines": {
39-
"node": ">=0.10.0"
39+
"node": ">=0.10.0"
40+
},
41+
"repository": {
42+
"type" : "git",
43+
"url" : "https://github.com/TheRusskiy/ng-slider.git"
4044
}
4145
}

0 commit comments

Comments
 (0)