-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
83 lines (83 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "classeur",
"version": "1.8.1",
"description": "Classeur frontend editor",
"main": "index.js",
"scripts": {
"install": "gulp",
"start": "gulp start",
"lint-all": "gulp lint-all",
"test": "gulp default lint-all"
},
"author": "Benoit Schweblin",
"license": "Apache-2.0",
"dependencies": {
"angular": "~1.5.0",
"angular-animate": "~1.5.0",
"angular-aria": "~1.5.0",
"angular-google-analytics": "~1.1.1",
"angular-material": "1.0.8",
"angular-messages": "~1.5.0",
"angular-route": "~1.5.0",
"bezier-easing": "~1.1.1",
"bourbon": "~4.2.6",
"clanim": "~0.1.0",
"classets": "~1.1.0",
"cldiffutils": "^2.0.2",
"cledit": "~1.2.0",
"clgulp": "^1.1.4",
"clipboard": "^1.5.12",
"clunderscore": "~1.0.0",
"debug": "visionmedia/debug#233fe2b4a6127b005038f2c8d3f3ca0250aa992e",
"engine.io-client": "~1.6.4",
"es6-promise": "~3.1.2",
"filesaver.js": "~0.2.0",
"googlediff": "~0.1.0",
"gulp": "~3.9.0",
"gulp-angular-templatecache": "~1.8.0",
"gulp-concat": "~2.4.3",
"gulp-ng-annotate": "~1.1.0",
"gulp-sass": "~2.1.0",
"gulp-size": "~1.2.1",
"gulp-sourcemaps": "~1.6.0",
"gulp-uglify": "~1.5.0",
"hammerjs": "~2.0.4",
"handlebars": "~4.0.3",
"indexeddbshim": "~2.2.1",
"markdown-it": "~7.0.0",
"markdown-it-abbr": "~1.0.0",
"markdown-it-deflist": "~2.0.0",
"markdown-it-emoji": "~1.1.0",
"markdown-it-footnote": "~2.0.0",
"markdown-it-mathjax": "~1.0.2",
"markdown-it-pandoc-renderer": "~1.1.0",
"markdown-it-sub": "~1.0.0",
"markdown-it-sup": "~1.0.0",
"prismjs": "1.5.1",
"streamqueue": "~0.1.1"
},
"devDependencies": {
"connect": "~3.3.5",
"csscomb": "~3.1.8",
"gulp-htmlhint": "~0.3.0",
"gulp-stylelint": "~3.0.0",
"gulp-watch": "~1.2.1",
"js-beautify": "~1.5.10",
"serve-static": "~1.8.1",
"strip-json-comments": "~2.0.0",
"through2": "~2.0.0"
},
"repository": {
"type": "git",
"url": "git https://github.com/classeur/classeur.git"
},
"bugs": {
"url": "https://github.com/classeur/classeur/issues"
},
"homepage": "https://github.com/classeur/classeur#readme",
"standard": {
"globals": [
"angular"
]
}
}