forked from firefox-devtools/devtools-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 684 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 684 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "devtools-source-editor",
"version": "0.0.5",
"description": "DevTools Source Editor",
"license": "MPL-2.0",
"author": "Jason Laster <jason.laster.11@gmail.com>",
"repository": "github:devtools-html/devtools-core",
"bugs": "https://github.com/devtools-html/devtools-core/issues",
"homepage": "https://github.com/devtools-html/devtools-core/tree/master/packages/devtools-source-editor#readme",
"main": "index.js",
"scripts": {
"license-check": "devtools-license-check",
"start": "node bin/dev-server"
},
"dependencies": {
"codemirror": "^5.25.0"
},
"devDependencies": {
"react": "=15.3.2",
"devtools-launchpad": "0.0.85"
}
}