This repository has been archived by the owner on Nov 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.24 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
62
63
64
65
66
67
68
69
{
"name": "mute",
"version": "0.0.1",
"description": "Collaborative text editor",
"main": "app/app.module.js",
"scripts": {
"commit": "git-cz",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coast-team/mute.git"
},
"keywords": [
"collaborate",
"cooperate",
"crdt",
"real-time",
"text",
"editor",
"multi-user"
],
"author": "Philippe Kalitine <philippe.kalitine@gmail.com> (http://philippe.kalitine.name)",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/coast-team/mute/issues"
},
"homepage": "https://github.com/coast-team/mute#readme",
"jspm": {
"dependencies": {
"ace-builds": "bower:ace-builds@^1.2.2",
"ajaxorg/ace": "github:ajaxorg/ace@^1.2.2",
"angular": "github:angular/bower-angular@^1.4.7",
"angular-animate": "github:angular/bower-angular-animate@^1.4.8",
"angular-aria": "github:angular/bower-angular-aria@^1.4.7",
"angular-indexed-db": "bower:angular-indexed-db@^1.1.3",
"angular-local-storage": "npm:angular-local-storage@^0.2.2",
"angular-material": "github:angular/bower-material@master",
"angular-route": "github:angular/bower-angular-route@^1.4.8",
"angular-ui-ace": "bower:angular-ui-ace@^0.2.3",
"bramski/angular-indexedDB": "github:bramski/angular-indexedDB@^1.1.3",
"coast-team/mute-client": "github:coast-team/mute-client@master",
"coast-team/mute-structs": "github:coast-team/mute-structs@master",
"coast-team/mute-utils": "github:coast-team/mute-utils@master",
"css": "github:systemjs/plugin-css@^0.1.6"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
},
"devDependencies": {
"babel-eslint": "^4.1.6",
"commitizen": "^2.4.4",
"cz-conventional-changelog": "^1.1.4",
"eslint": "~1.10.1",
"eslint-config-airbnb": "~1.0.0",
"eslint-config-angular": "~0.4.0",
"eslint-plugin-angular": "~0.14.0",
"jspm": "^0.16.15",
"jspm-bower-endpoint": "0.3.2"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
}
}