Skip to content
This repository was archived by the owner on Aug 5, 2020. It is now read-only.

Commit 5e4c586

Browse files
author
Marlow Payne
committed
First pass at package.json
1 parent fdff1f6 commit 5e4c586

File tree

1 file changed

+43
-22
lines changed

1 file changed

+43
-22
lines changed

package.json

Lines changed: 43 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,53 @@
11
{
22
"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"
66
},
77
"version": "5.1.2",
8-
"description": "A mobile first accordion UI plugin",
8+
"description": "A mobile-first JavaScript-driven accordion UI plugin",
99
"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",
2016
"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",
2321
"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",
2427
"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"
3043
},
31-
"license": "MIT"
44+
"keywords": [
45+
"accordion",
46+
"mobile",
47+
"first",
48+
"mobile",
49+
"toggle",
50+
"mobify"
51+
],
52+
"author": "Mobify"
3253
}

0 commit comments

Comments
 (0)