-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 974 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
{
"name": "react-workflow-presentation-updated",
"version": "0.0.2",
"description": "React Workflows Without Create React App Updated Presentation and Documentation",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"clean": "rimraf dist && mkdir dist",
"prebuild": "cp index.html dist/",
"build": "cp -R plugin lib js images css dist/",
"postbuild": "gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/interglobalmedia/react-workflow-updated-2018.git"
},
"author": "Maria D. Campbell",
"license": "ISC",
"bugs": {
"url": "https://github.com/interglobalmedia/react-workflow-updated-2018/issues"
},
"homepage": "https://github.com/interglobalmedia/react-workflow-updated-2018#readme",
"devDependencies": {
"rimraf": "^2.6.2"
},
"dependencies": {
"gh-pages": "^2.0.1"
}
}