-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 925 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
{
"name": "my-calendar",
"version": "1.0.0",
"description": "Calendar application",
"main": "public/index.html",
"dependencies": {
"angular": "^1.5.3",
"angular-animate": "^1.5.3",
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.7.6",
"babel-preset-es2015": "^6.6.0",
"babel-loader": "^6.2.4",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"ng-cache-loader": "^0.0.15",
"node-static": "^0.7.7",
"style-loader": "^0.13.1",
"webpack": "^1.12.15",
"open": "^0.0.5"
},
"devDependencies": {},
"scripts": {
"start": "node public/server.js"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/VladimirUrbanovich/calendar.git"
},
"author": "Vladimir Urbanovich",
"license": "ISC",
"homepage": "https://bitbucket.org/VladimirUrbanovich/calendar#readme"
}