-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.31 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "stringify",
"description": "Browserify middleware to be able to require() text files (including templates) inside of your client-side JavaScript files.",
"version": "5.2.0",
"main": "./index.js",
"author": "John Postlethwait <john.postlethwait@gmail.com>",
"contributors": [
"James Newell <james@digitaledgeit.com.au>",
"Kevin Ingersoll <kingersoll@gmail.com>",
"Livoras <livoras@163.com>",
"Sébastien David <sebastien.david.1983@gmail.com>",
"Kenneth Skovhus <kenneth.skovhus@gmail.com>",
"Michaelangelo Jong <mike96angelo@gmail.com>",
"Matthew Dunsdon <matthewdunsdon@gmail.com>",
"Ugo Stephant <ugo@poool.fr>"
],
"website": "http://johnpostlethwait.github.com/stringify/",
"keywords": [
"browserify",
"browserify-transform",
"require",
"template",
"text",
"txt",
"client-side"
],
"repository": {
"type": "git",
"url": "git://github.com/JohnPostlethwait/stringify.git"
},
"engines": {
"node": ">=4.0.0"
},
"license": "MIT",
"dependencies": {
"browserify-transform-tools": "^1.5.3",
"html-minifier": "3.5.2"
},
"devDependencies": {
"gulp": "3.9.0",
"gulp-jshint": "2.0.0",
"gulp-mocha": "8.0.0",
"jshint": "2.9.1",
"jshint-stylish": "2.1.0",
"mocha": "10.2.0",
"should": "8.2.1"
}
}