-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 908 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
{
"name": "gamecuc",
"version": "1.0.0",
"description": "Site du game de la fanfare CUC",
"main": "index.js",
"dependencies": {
"angular": "^1.5.5",
"angular-animate": "^1.5.5",
"angular-cookies": "^1.5.5",
"angular-mocks": "^1.5.5",
"angular-resource": "^1.5.5",
"angular-route": "^1.5.5",
"angular-ui-bootstrap": "^1.0.3",
"bootstrap": "^3.3.6",
"font-awesome": "^4.5.0",
"lodash": "^4.0.0"
},
"devDependencies": {
"jasmine-core": "^2.4.1",
"karma-jasmine": "^0.3.8"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adrienbrunet/cucgame.git"
},
"author": "Adrien Brunet",
"license": "ISC",
"bugs": {
"url": "https://github.com/adrienbrunet/cucgame/issues"
},
"homepage": "https://github.com/adrienbrunet/cucgame#readme"
}