-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.11 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
{
"name": "sad-aluno",
"version": "1.0.0",
"description": "OpenSource da UFCG",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "http-server -a localhost -p 8000 -c-1 -o",
"prestart": "npm install",
"setup-index": "gulp index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sad-ufcg/frontend-typeform-style.git"
},
"keywords": [
"SAD"
],
"author": "SAD",
"license": "ISC",
"bugs": {
"url": "https://github.com/sad-ufcg/frontend-typeform-style/issues"
},
"homepage": "https://github.com/sad-ufcg/frontend-typeform-style#readme",
"dependencies": {
"angular": "^1.6.6",
"angular-animate": "^1.6.6",
"angular-aria": "^1.6.6",
"angular-material": "^1.1.4",
"angular-material-icons": "^0.7.1",
"angular-messages": "^1.6.6",
"angular-sanitize": "^1.6.6",
"angular-ui-router": "^1.0.3",
"bootstrap": "^3.3.7",
"jquery": "^3.2.1",
"material-icons": "^0.1.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-inject": "^4.3.0",
"http-server": "^0.10.0"
}
}