Skip to content
This repository was archived by the owner on Jan 21, 2019. It is now read-only.

Commit 2c70135

Browse files
committed
Updating package.json and adding bower.json
1 parent 16081fa commit 2c70135

File tree

3 files changed

+54
-8
lines changed

3 files changed

+54
-8
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2015 Jeremy Fields
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

bower.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "jRespond",
3+
"version": "1.0.0",
4+
"homepage": "https://github.com/ten1seven/jRespond",
5+
"authors": [
6+
"Jeremy Fields <jeremy.fields@viget.com>"
7+
],
8+
"description": "jRespond is a simple way to globally manage javascript on responsive websites.",
9+
"main": "js/jRespond.js",
10+
"moduleType": [
11+
"amd"
12+
],
13+
"keywords": [
14+
"responsive",
15+
"media",
16+
"queries"
17+
],
18+
"license": "MIT",
19+
"repository": {
20+
"type": "git",
21+
"url": "git://github.com/ten1seven/jRespond.git"
22+
}
23+
}

package.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
{
2-
"author": "Jeremy Fields",
32
"name": "jRespond",
3+
"version": "1.0.0",
44
"description": "jRespond is a simple way to globally manage javascript on responsive websites.",
5-
"version": "0.0.1",
5+
"main": "js/jRespond.js",
66
"repository": {
7-
"url": "git@github.com:thejsj/jRespond.git"
7+
"type": "git",
8+
"url": "https://github.com/ten1seven/jRespond.git"
89
},
9-
"main": "./js/jRespond.js",
1010
"keywords": [
1111
"responsive",
1212
"media",
1313
"queries"
1414
],
15-
"dependencies": {},
16-
"engines": {
17-
"node": "*"
18-
}
15+
"author": "Jeremy Fields <jeremy.fields@viget.com>",
16+
"license": "MIT",
17+
"bugs": {
18+
"url": "https://github.com/ten1seven/jRespond/issues"
19+
},
20+
"homepage": "https://github.com/ten1seven/jRespond"
1921
}

0 commit comments

Comments
 (0)