-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 940 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
36
37
38
39
40
41
42
{
"name": "angular-drill",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "gulp"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"body-parser": "~1.15.2",
"browser-sync": "^2.18.5",
"gulp": "^3.9.1",
"gulp-nodemon": "^2.2.1",
"lolex": "^1.5.0",
"morgan": "~1.7.0",
"nodemon": "^1.11.0",
"webpack": "^2.6.1"
},
"dependencies": {
"angular": "^1.6.4",
"angular-mocks": "^1.5.6",
"angular-moment": "^1.0.1",
"angular-ui-router": "1.0.0-beta.3",
"bcrypt": "^1.0.2",
"bootstrap": "^3.3.7",
"cors": "^2.8.3",
"d3": "^4.9.1",
"express": "^4.14.0",
"knex": "^0.12.6",
"moment": "^2.17.1",
"path": "^0.12.7",
"pg": "^6.1.2",
"satellizer": "^0.15.5"
}
}