forked from kadirahq/fast-render
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
33 lines (33 loc) · 869 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
{
"name": "fast-render",
"version": "3.0.8",
"description": "A way to inject data to the client with initial HTML. A continuation of `meteorhacks:inject-data`.",
"main": "package.js",
"directories": {
"lib": "lib",
"test": "tests"
},
"dependencies": {},
"devDependencies": {
"eslint": "^4.18.2",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-meteor": "^4.2.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abecks/fast-render.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/abecks/fast-render/issues"
},
"homepage": "https://github.com/abecks/fast-render#readme"
}