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

Commit 16081fa

Browse files
committed
Merge pull request #18 from thejsj/master
Create A package.json file so that the plugin can be loaded as an NPM package
2 parents 3debc9c + 206f9ca commit 16081fa

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

package.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"author": "Jeremy Fields",
3+
"name": "jRespond",
4+
"description": "jRespond is a simple way to globally manage javascript on responsive websites.",
5+
"version": "0.0.1",
6+
"repository": {
7+
"url": "git@github.com:thejsj/jRespond.git"
8+
},
9+
"main": "./js/jRespond.js",
10+
"keywords": [
11+
"responsive",
12+
"media",
13+
"queries"
14+
],
15+
"dependencies": {},
16+
"engines": {
17+
"node": "*"
18+
}
19+
}

0 commit comments

Comments
 (0)