-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.34 KB
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
53
54
{
"name": "randomPassword",
"version": "0.2.0",
"description": "",
"main": "www/index.html",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/e26h/randomPassword.git"
},
"keywords": [
"password"
],
"author": "e26h",
"license": "MIT",
"bugs": {
"url": "https://github.com/e26h/randomPassword/issues"
},
"homepage": "https://github.com/e26h/randomPassword",
"devDependencies": {
"browser-sync": "^2.9.8",
"gulp": "latest",
"gulp-autoprefixer": "latest",
"gulp-babel": "latest",
"gulp-changed": "^1.3.0",
"gulp-concat": "latest",
"gulp-csslint": "latest",
"gulp-cssmin": "latest",
"gulp-htmlmin": "^1.2.0",
"gulp-inject": "^3.0.0",
"gulp-jshint": "latest",
"gulp-livereload": "latest",
"gulp-load-plugins": "latest",
"gulp-minify-css": "^1.2.1",
"gulp-mocha": "latest",
"gulp-ngmin": "latest",
"gulp-nodemon": "latest",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "latest",
"gulp-util": "latest",
"jasmine-core": "^2.3.4",
"karma": "^0.13.10",
"karma-chrome-launcher": "^0.2.0",
"karma-cli": "^0.1.1",
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "^0.3.6"
}
}