PluginProbe
Edit Flow / 0.9
Edit Flow v0.9
0.11.1 0.11.0 0.7.2 0.7.3 0.7.4 0.7.5 0.7.6 0.8 0.8.1 0.8.2 0.9 0.9.1 0.9.2 0.9.3 0.9.4 0.9.5 0.9.6 0.9.7 0.9.8 0.9.9 trunk 0.1.5 0.10.0 0.10.1 0.10.2 All 44 releases
edit-flow / package.json

package.json in Edit Flow 0.9, at package.json

40 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "edit-flow",
3 "version": "2.0.0",
4 "description": "Edit Flow",
5 "main": "dist/index.js",
6 "directories": {
7 "test": "tests"
8 },
9 "scripts": {
10 "dev": "webpack --watch",
11 "build": "webpack --mode production --verbose",
12 "test": "echo \"Error: no test specified\" && exit 1"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/Automattic/Edit-Flow.git"
17 },
18 "author": "Automattic",
19 "license": "GPL-2.0-or-later",
20 "bugs": {
21 "url": "https://github.com/Automattic/Edit-Flow/issues"
22 },
23 "homepage": "https://github.com/Automattic/Edit-Flow#readme",
24 "devDependencies": {
25 "@babel/core": "^7.2.0",
26 "@babel/preset-env": "^7.2.0",
27 "babel-loader": "^8.0.4",
28 "babel-plugin-add-module-exports": "^1.0.0",
29 "babel-plugin-transform-react-jsx": "^6.24.1",
30 "babel-preset-env": "^1.7.0",
31 "css-loader": "^2.0.0",
32 "extract-text-webpack-plugin": "^4.0.0-beta.0",
33 "node-sass": "^4.10.0",
34 "sass-loader": "^7.1.0",
35 "webpack": "^4.27.1",
36 "webpack-cli": "^3.1.2"
37 },
38 "dependencies": {}
39 }
40