-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 961 Bytes
/
package.json
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
{
"name": "tojson-loader",
"version": "1.0.5",
"description": "Serialize module exports as JSON. Cache generated static data as JSON at build time.",
"main": "index.js",
"directories": {
"test": "test"
},
"devDependencies": {
"node-libs-browser": "^2.0.0",
"standard": "^10.0.2",
"tape": "^4.7.0",
"webpack": "^3.0.0"
},
"scripts": {
"test": "tape test/index.js && npm run lint",
"lint": "standard"
},
"keywords": [
"webpack",
"json",
"loader",
"serialise",
"serialize",
"generated",
"cache",
"universal",
"isomorphic",
"static"
],
"author": "Tim Oxley <secoif@gmail.com>",
"license": "ISC",
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/timoxley/tojson-loader.git"
},
"bugs": {
"url": "https://github.com/timoxley/tojson-loader/issues"
},
"homepage": "https://github.com/timoxley/tojson-loader#readme"
}