|
1 | 1 | { |
2 | 2 | "name": "bellows", |
3 | | - "repository" : { |
4 | | - "type" : "git", |
5 | | - "url" : "https://github.com/mobify/bellows.git" |
| 3 | + "repository": { |
| 4 | + "type": "git", |
| 5 | + "url": "git+https://github.com/mobify/bellows.git" |
6 | 6 | }, |
7 | 7 | "version": "5.1.2", |
8 | | - "description": "A mobile first accordion UI plugin", |
| 8 | + "description": "A mobile-first JavaScript-driven accordion UI plugin", |
9 | 9 | "devDependencies": { |
10 | | - "grunt": "~0.4.x", |
11 | | - "grunt-contrib-uglify": "~0.1.1", |
12 | | - "grunt-css": "~0.5.4", |
13 | | - "grunt-shell": "~0.2.1", |
14 | | - "grunt-contrib-clean": "~0.5.0", |
15 | | - "grunt-contrib-connect": "~0.9.0", |
16 | | - "grunt-contrib-watch": "~0.5.1", |
17 | | - "grunt-contrib-copy": "~0.4.1", |
18 | | - "grunt-autoprefixer": "~2.0.0", |
19 | | - "grunt-contrib-sass": "~0.8.1", |
| 10 | + "chai": "1.9.2", |
| 11 | + "grunt": "0.4.5", |
| 12 | + "grunt-autoprefixer": "2.0.0", |
| 13 | + "grunt-contrib-clean": "0.5.0", |
| 14 | + "grunt-contrib-connect": "0.9.0", |
| 15 | + "grunt-contrib-copy": "0.4.1", |
20 | 16 | "grunt-contrib-jshint": "0.10.0", |
21 | | - "grunt-version": "^0.3.0", |
22 | | - "jshint": "2.5.0", |
| 17 | + "grunt-contrib-sass": "0.8.1", |
| 18 | + "grunt-contrib-uglify": "0.8.1", |
| 19 | + "grunt-contrib-watch": "0.5.3", |
| 20 | + "grunt-css": "0.5.4", |
23 | 21 | "grunt-jscs-checker": "0.4.1", |
| 22 | + "grunt-mocha-phantomjs": "0.3.2", |
| 23 | + "grunt-open": "0.2.3", |
| 24 | + "grunt-shell": "0.2.2", |
| 25 | + "grunt-version": "0.3.3", |
| 26 | + "jshint": "2.5.0", |
24 | 27 | "mobify-code-style": "0.0.3", |
25 | | - "grunt-mocha-phantomjs": "~0.3.2", |
26 | | - "grunt-open": "^0.2.3", |
27 | | - "mocha": "~1.14.0", |
28 | | - "chai": "~1.9.0", |
29 | | - "requirejs-glob": "git+ssh://git@github.com:mobify/requirejs-glob.git" |
| 28 | + "mocha": "1.14.0", |
| 29 | + "requirejs-glob": "git+https://github.com/mobify/requirejs-glob.git" |
| 30 | + }, |
| 31 | + "license": "MIT", |
| 32 | + "bugs": { |
| 33 | + "url": "https://github.com/mobify/bellows/issues" |
| 34 | + }, |
| 35 | + "homepage": "https://github.com/mobify/bellows#readme", |
| 36 | + "main": "dist/bellows.min.js", |
| 37 | + "directories": { |
| 38 | + "example": "examples", |
| 39 | + "test": "tests" |
| 40 | + }, |
| 41 | + "scripts": { |
| 42 | + "test": "grunt test" |
30 | 43 | }, |
31 | | - "license": "MIT" |
| 44 | + "keywords": [ |
| 45 | + "accordion", |
| 46 | + "mobile", |
| 47 | + "first", |
| 48 | + "mobile", |
| 49 | + "toggle", |
| 50 | + "mobify" |
| 51 | + ], |
| 52 | + "author": "Mobify" |
32 | 53 | } |
0 commit comments