-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1019 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1019 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
39
{
"name": "foodiary",
"version": "0.0.1",
"description": "food diary",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"angular": "^1.5.0",
"angular-animate": "^1.5.0",
"angular-messages": "^1.5.3",
"angular-ui-bootstrap": "^1.3.1",
"angular-ui-router": "^0.2.18",
"angularfire": "^1.1.4",
"bootstrap": "^3.3.6",
"font-awesome": "^4.5.0",
"jquery": "^2.2.1",
"moment": "^2.12.0"
},
"devDependencies": {
"babel-core": "^6.1.21",
"babel-loader": "^6.1.0",
"babel-preset-es2015": "^6.3.13",
"css-loader": "^0.23.0",
"es6-promise-polyfill": "^1.2.0",
"extract-text-webpack-plugin": "^0.9.1",
"html-loader": "^0.4.0",
"jasmine-core": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.3",
"karma-jasmine": "^0.3.8",
"less": "^2.5.3",
"less-loader": "^2.2.2",
"style-loader": "^0.13.0",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.10.1",
"whatwg-fetch": "^0.11.0"
}
}