-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1023 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
32
33
34
35
36
{
"name": "CodingEverybody",
"version": "1.0.0",
"description": "Powerful Web IDE with real time communication over webRTC",
"scripts": {
"dev": "webpack-dev-server --content-base front/public/",
"dep": "rm front/public/js/build.js & webpack"
},
"dependencies": {
"angular": "^1.5.8",
"angular-sanitize": "^1.5.8",
"angular-ui-router": "^0.3.1",
"codemirror": "^5.20.2",
"diff": "^3.0.1",
"jquery-caret": "^1.3.5"
},
"repository": {
"type": "git",
"url": "git://github.com/jphacks/KB_1608"
},
"author": "KIM, TAMURA, OOHAMA, TAKEOKA, INAGUMA",
"devDependencies": {
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"file-loader": "^0.9.0",
"html-loader": "^0.4.3",
"image-webpack-loader": "^2.0.0",
"json-loader": "^0.5.4",
"ng-annotate-loader": "0.0.10",
"uglify-save-license": "~0.4.1",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.14.1"
}
}