-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
61 lines (61 loc) · 1.73 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "fioi-editor2",
"version": "5.0.1",
"description": "An editor component based on angular.js and Ace.",
"homepage": "https://github.com/France-ioi/fioi-editor2",
"authors": [
"Sébastien Carlier <s.carlier@epixode.fr>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/France-ioi/fioi-editor2"
},
"bugs": {
"url": "https://github.com/France-ioi/fioi-editor2/issues"
},
"jspm": {
"main": "src/main.js",
"configFile": "jspm-0.16.config.js",
"dependencies": {
"ace": "github:ajaxorg/ace-builds@^1.2.3",
"angular": "github:angular/bower-angular@^1.5.0",
"angular-bootstrap": "github:angular-ui/bootstrap-bower@^1.2.4",
"angular-ui-ace": "npm:angular-ui-ace@^0.2.3",
"bootstrap": "github:twbs/bootstrap@^3.3.6",
"brace": "npm:brace@^0.7.0",
"css": "github:systemjs/plugin-css@^0.1.20",
"font-awesome": "npm:font-awesome@^4.5.0",
"jade": "github:johnsoftek/plugin-jade@^0.5.1",
"lamejs": "npm:lamejs@^1.0.0",
"lodash": "npm:lodash@^4.6.1",
"text": "github:systemjs/plugin-text@^0.0.7"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"clean-css": "npm:clean-css@^3.4.17",
"core-js": "npm:core-js@^1.1.4"
},
"overrides": {
"npm:lamejs@1.0.0": {
"main": "lame.all.js",
"format": "global",
"shim": {
"exports": "lamejs",
"dependencies": []
}
}
}
},
"devDependencies": {
"bunyan": "^1.7.1",
"http2": "^3.3.2"
},
"dependencies": {
"bunyan": "^1.7.1",
"express": "^4.13.4",
"http2": "^3.3.2",
"url-parse": "^1.0.5"
}
}