-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.26 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
{
"name": "Hackathon---WCS--paul-sebastien",
"version": "1.0.0",
"description": "Hackathon---WCS",
"main": "index.js",
"scripts": {
"prestart": "brunch build",
"start": "node server.js",
"watch": "brunch watch",
"dev": "brunch watch --server"
},
"author": "paul de barthez",
"license": "ISC",
"dependencies": {
"angular": "^1.5.8",
"angular-animate": "^1.5.9",
"angular-cookies": "^1.6.0",
"angular-ui-router": "^0.3.2",
"angularjs-templates-brunch": "^1.0.0",
"async": "^2.1.2",
"babel-brunch": "^6.0.6",
"body-parser": "^1.15.2",
"brunch": "^2.8.2",
"clean-css-brunch": "^2.0.0",
"copycat-brunch": "^1.1.0",
"cors": "^2.8.1",
"css-brunch": "^2.6.1",
"express": "^4.13.4",
"express-jwt": "^5.1.0",
"font-awesome": "^4.7.0",
"formidable": "^1.0.17",
"fs": "0.0.1-security",
"javascript-brunch": "^2.0.0",
"jsonwebtoken": "^7.2.1",
"method-override": "^2.3.6",
"mongodb": "^2.2.11",
"mongoose": "^4.6.5",
"morgan": "^1.7.0",
"nodemon": "^1.11.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"uglify-js-brunch": "^2.0.1",
"ui-select": "^0.19.6"
},
"devDependencies": {
"auto-reload-brunch": "^2.7.1"
}
}