forked from HadesD/chrome-cpp-compiler
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 871 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 871 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": "cpp-complie-extension",
"version": "1.0.0",
"description": "C++ complie extension with ReactJS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HadesD/Chrome-Cpp-Complier.git"
},
"author": "Dark.Hades",
"license": "MIT",
"bugs": {
"url": "https://github.com/HadesD/Chrome-Cpp-Complier/issues"
},
"homepage": "https://github.com/HadesD/Chrome-Cpp-Complier#readme",
"devDependencies": {
"babel-loader": "^7.1.1",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-react": "^6.24.1",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"webpack": "^3.3.0"
},
"dependencies": {
"jquery": "^3.2.1",
"react": "^15.6.1",
"react-ace": "^5.1.0",
"react-dom": "^15.6.1"
}
}