-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (40 loc) · 1.13 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
{
"name": "BlueLatex",
"version": "1.0.0",
"description": "The BlueLaTeX server and web client that allows people to collaboratively write LaTeX documents with real-time synchronization.",
"repository" : {
"type" : "git",
"url" : "https://github.com/bluelatex/bluelatex-web.git"
},
"main": "",
"scripts": {
"test": "grunt karma"
},
"author": "Thomas Durieux",
"license": "Apache License v.2",
"devDependencies": {
"eslint": "*",
"eslint-plugin-angular": "*",
"eslint-plugin-jasmine": "*",
"eslint-plugin-nodeca": "*",
"grunt": "*",
"grunt-eslint": "*",
"grunt-bower-task": "*",
"grunt-injector": "*",
"grunt-karma": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-less": "*",
"grunt-contrib-htmlmin": "*",
"grunt-angular-templates": "*",
"grunt-connect-proxy": "*",
"grunt-contrib-connect": "*",
"grunt-contrib-clean": "*",
"less-plugin-autoprefix": "*",
"less-plugin-clean-css": "*",
"karma-jasmine": "*",
"karma-chrome-launcher": "*"
}
}