|
1 | 1 | { |
2 | 2 | "name": "ng-slider", |
3 | | - "version": "0.0.0", |
| 3 | + "version": "0.1.0", |
4 | 4 | "description": "Slider animation directive for AngularJS", |
5 | | - "main": "index.js", |
| 5 | + "homepage": "https://github.com/TheRusskiy/ng-slider", |
6 | 6 | "scripts": { |
7 | 7 | "test": "echo \"Error: no test specified\" && exit 1" |
8 | 8 | }, |
|
14 | 14 | ], |
15 | 15 | "author": "TheRusskiy", |
16 | 16 | "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" |
37 | 37 | }, |
38 | 38 | "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" |
40 | 44 | } |
41 | 45 | } |
0 commit comments