-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 953 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 953 Bytes
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
{
"name": "ge-sales",
"version": "1.0.0",
"description": "Sample GE App to track sales",
"scripts": {
"watch" : "webpack --progress --colors --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GE-Class/ge-sales.git"
},
"author": "Chyld Medford <chyld.medford@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/GE-Class/ge-sales/issues"
},
"homepage": "https://github.com/GE-Class/ge-sales#readme",
"dependencies": {
"angular": "^1.4.7",
"angular-ui-router": "^0.2.15",
"body-parser": "^1.14.1",
"express": "^4.13.3",
"morgan": "^1.6.1",
"pg": "^4.4.3",
"pg-hstore": "^2.3.2",
"request": "^2.65.0",
"sequelize": "^3.12.2"
},
"devDependencies": {
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-copy": "0.0.2",
"gulp-watch": "^4.3.5",
"webpack": "^1.12.2"
}
}