-
Notifications
You must be signed in to change notification settings - Fork 367
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 840 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 840 Bytes
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": "survivejs-react",
"private": true,
"version": "2.5.13",
"description": "SurviveJS - React",
"author": "Juho Vepsalainen <info@survivejs.com>",
"scripts": {
"publish:silent": "leanpub-cli publish-silent survivejs-react",
"preview": "leanpub-cli preview survivejs-react",
"job-status": "leanpub-cli job-status survivejs-react",
"test": "check-markdown-links manuscript"
},
"dependencies": {},
"devDependencies": {
"check-markdown-links": "^0.1.1",
"leanpub-cli": "^0.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/survivejs/react.git"
},
"homepage": "https://survivejs.com",
"bugs": {
"url": "https://github.com/survivejs/react/issues"
},
"keywords": [
"javascript",
"webpack",
"react",
"book"
],
"license": "CC BY-NC-ND"
}