forked from Devolunteer/DEVolunteer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.03 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.03 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "DEVolunteer",
"version": "1.0.0",
"main": "index.js",
"engines": { "node": "6.9.1" },
"directories": {
"test": "test"
},
"scripts": {
"build": "./node_modules/webpack/bin/webpack.js",
"build-watch": "./node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot",
"test": "./node_modules/karma/bin/karma start --single-run",
"test-watch": "./node_modules/karma/bin/karma start",
"heroku-postbuild": "webpack -p --progress",
"start": "node server.js"
},
"repository": "https://github.com/jisenber/DEVolunteer.git",
"author": "jisenber <isenberg.jacob@yahoo.com>",
"license": "MIT",
"dependencies": {
"angular": "^1.6.4",
"angular-animate": "^1.6.4",
"angular-mocks": "^1.6.4",
"angular-route": "^1.6.4",
"angular-touch": "^1.6.4",
"angular-ui-bootstrap": "^2.5.0",
"angular-ui-router": "^0.4.2",
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.1",
"bluebird": "^3.5.0",
"bootstrap-sass": "^3.3.7",
"camelcase": "^3.0.0",
"chai": "^3.5.0",
"clean-webpack-plugin": "^0.1.16",
"cloudinary": "^1.8.0",
"cloudinary-angular": "^1.0.1",
"cors": "^2.8.3",
"css-loader": "^0.28.0",
"dotenv": "^4.0.0",
"express": "^4.15.2",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"html-loader": "^0.4.5",
"html-webpack-plugin": "^2.28.0",
"http-errors": "^1.6.1",
"jasmine-core": "^2.5.2",
"karma": "^1.6.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.1.0",
"karma-mocha-reporter": "^2.2.3",
"karma-phantomjs-launcher": "^1.0.4",
"karma-webpack": "^2.0.3",
"mocha": "^3.2.0",
"mongoose": "^4.9.3",
"ng-file-upload": "^12.2.13",
"node-sass": "^4.5.2",
"pascalcase": "^0.1.1",
"resolve-url-loader": "^2.0.2",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.1",
"superagent": "^3.5.2",
"ui-router": "^1.0.0-alpha.3",
"url-loader": "^0.5.8",
"webpack": "^2.3.3",
"webpack-dev-server": "^2.4.2"
}
}