-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.31 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
{
"name": "webstormapp",
"version": "1.0.0",
"description": "this is a sample",
"main": "gulp.config.js",
"dependencies": { },
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^1.8.0",
"gulp-bump": "^2.1.0",
"gulp-csso": "^1.1.0",
"gulp-filter": "^4.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-inject": "^4.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-minify-html": "^1.0.6",
"gulp-ng-annotate": "^2.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rev": "^7.0.0",
"gulp-rev-replace": "^0.4.3",
"gulp-task-listing": "^1.0.1",
"gulp-uglify": "^1.5.3",
"gulp-useref": "^3.0.8",
"gulp-util": "^3.0.7",
"jscs": "^2.11.0",
"requirejs": "^2.2.0",
"wiredep": "^4.0.0",
"yargs": "^4.3.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AmaelN/angular.material.sample.git"
},
"keywords": [
"sample"
],
"author": "amael noel",
"license": "MIT",
"bugs": {
"url": "https://github.com/AmaelN/angular.material.sample/issues"
},
"homepage": "https://github.com/AmaelN/angular.material.sample#readme"
}