We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c245bb7 commit 5334e37Copy full SHA for 5334e37
package.json
@@ -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