-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 931 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 931 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
{
"name": "homedeco",
"version": "1.0.0",
"description": "An angular js e-shop",
"main": "app/app.js",
"scripts": {
"scss-compile": "node-sass --output-style compressed -rw assets/scss -o assets/css",
"watch": "npm run scss-compile",
"build": "npm run scss-compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HomeFurnitures/HomeDecoWeb.git"
},
"author": "Andreas",
"license": "ISC",
"bugs": {
"url": "https://github.com/HomeFurnitures/HomeDecoWeb/issues"
},
"homepage": "https://github.com/HomeFurnitures/HomeDecoWeb#readme",
"dependencies": {
"angular": "^1.5.8",
"angular-animate": "^1.5.8",
"angular-cookies": "^1.5.8",
"angular-touch": "^1.5.8",
"angular-ui-bootstrap": "^2.5.0",
"angular-ui-router": "^0.3.1",
"bootstrap": "^3.3.7"
},
"devDependencies": {
"node-sass": "^3.10.0",
"scss-compile": "^0.1.7"
}
}