Skip to content

Commit 5334e37

Browse files
Add package.json
1 parent c245bb7 commit 5334e37

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

package.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "browserify-data",
3+
"description": "browserify transform to compile data files.",
4+
"version": "0.0.0",
5+
"author": {
6+
"name": "Ian Lollar",
7+
"email": "rhv@redhotvengeance.com",
8+
"url": "http://redhotvengeance.com"
9+
},
10+
"keywords": [
11+
"browserify",
12+
"data",
13+
"json",
14+
"cson",
15+
"yaml",
16+
"plugin",
17+
"transform"
18+
],
19+
"engines" : ["node"],
20+
"repository": {
21+
"type": "git",
22+
"url": "git://github.com/redhotvengeance/browserify-data.git"
23+
},
24+
"homepage": "https://github.com/redhotvengeance/browserify-data",
25+
"main" : "./lib/browserify-data",
26+
"dependencies": {
27+
"through": "~2.3.4",
28+
"cson": "~1.4.4",
29+
"js-yaml": "~2.1.0"
30+
}
31+
}

0 commit comments

Comments
 (0)