-
Notifications
You must be signed in to change notification settings - Fork 82
/
package.json
52 lines (52 loc) · 1.44 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
44
45
46
47
48
49
50
51
52
{
"name": "lead-frontend-party",
"version": "1.0.0",
"description": "If you found this task it means we are looking for you!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Danteelt/lead-frontend-party.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Danteelt/lead-frontend-party/issues"
},
"homepage": "https://github.com/Danteelt/lead-frontend-party#readme",
"devDependencies": {
"angular-placeholder": "^1.0.2",
"babel": "^6.5.2",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"bootstrap-css": "^3.0.0",
"css-loader": "^0.26.0",
"eslint": "^3.11.1",
"eslint-config-angular": "^0.5.0",
"eslint-loader": "^1.6.1",
"eslint-plugin-angular": "^1.4.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.24.1",
"ngstorage": "^0.3.11",
"node-sass": "^3.13.0",
"raw-loader": "^0.5.1",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2",
"webpack-stream": "^3.2.0"
},
"dependencies": {
"angular": "^1.5.9",
"angular-route": "^1.5.9"
}
}