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

Commit 320ea2a

Browse files
committed
Add package.json for commonjs module loaders
1 parent 54ae6e1 commit 320ea2a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

package.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "classie",
3+
"version": "1.0.1",
4+
"description": "class helper functions",
5+
"main": "classie.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git://github.com/desandro/classie.git"
12+
},
13+
"keywords": [
14+
"class"
15+
],
16+
"author": "David DeSandro",
17+
"license": "MIT",
18+
"bugs": {
19+
"url": "https://github.com/desandro/classie/issues"
20+
},
21+
"homepage": "https://github.com/desandro/classie"
22+
}

0 commit comments

Comments
 (0)