UNPKG

709 BJSONView Raw
1{
2 "name": "stringify",
3 "description": "Browserify middleware to be able to require() text files (including templates) inside of your client-side JavaScript files.",
4 "version": "1.0.0",
5 "main": "./index.js",
6 "author": "John Postlethwait <john.postlethwait@gmail.com>",
7 "website": "http://johnpostlethwait.github.com/stringify/",
8 "keywords": [
9 "browserify",
10 "require",
11 "template",
12 "text",
13 "txt",
14 "client-side"
15 ],
16 "repository": {
17 "type": "git",
18 "url": "git://github.com/JohnPostlethwait/stringify.git"
19 },
20 "engines" : {
21 "node" : "*"
22 },
23 "licenses": [
24 {
25 "name": "MIT",
26 "url": "http://opensource.org/licenses/mit-license.php"
27 }
28 ]
29}