forked from unexpectedreboots/unexpectedreboots
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.51 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
{
"name": "unexpectedreboots",
"version": "1.0.0",
"description": "[](https://waffle.io/unexpectedreboots/unexpectedreboots) # unexpectedreboots",
"main": "index.js",
"scripts": {
"start": "live-server & babel . --watch --out-dir client/compiled --presets=es2015,react --ignore=node_modules,compiled,server,spec,extension,db,Gruntfile.js --source-maps inline"
},
"author": "alec maliwanag",
"license": "ISC",
"dependencies": {
"angular-route": "^1.5.8",
"angular-ui-router": "^0.3.1",
"babel-cli": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"bcrypt": "^0.8.7",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.2",
"bootstrap": "^3.3.7",
"crypto": "0.0.3",
"ejs": "^2.5.2",
"es6-promise": "^3.1.2",
"express": "^4.14.0",
"express-session": "^1.14.1",
"grunt": "^1.0.1",
"grunt-eslint": "^19.0.0",
"grunt-mocha-test": "^0.13.2",
"grunt-nodemon": "^0.4.1",
"grunt-shell": "^2.0.0",
"jquery": "^3.1.1",
"medium-editor": "^5.22.1",
"mocha": "^3.1.2",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pg": "^6.1.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"remodal": "^1.1.0",
"sequelize": "^3.24.5"
},
"bugs": {
"url": "https://github.com/AlecMaliwanag/unexpectedreboots/issues"
},
"homepage": "https://github.com/AlecMaliwanag/unexpectedreboots#readme"
}