-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (45 loc) · 1.04 KB
/
package.json
File metadata and controls
46 lines (45 loc) · 1.04 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
{
"name": "calculator",
"version": "3.4.0",
"description": "A calculator built with css html and js",
"homepage": "",
"scripts": {
"start": "./node_modules/gulp/bin/gulp.js",
"clean": "./node_modules/gulp/bin/gulp.js clean",
"build": "./node_modules/gulp/bin/gulp.js build"
},
"repository": {
"type": "git",
"url": "https://github.com/Brayn7/calculator.git"
},
"authors": [
"Robert Bryan <bryarobert@gmail.com>"
],
"keywords": [
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"browser-sync": "^2.12.3",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-cache": "^0.4.4",
"gulp-css-base64": "^1.3.4",
"gulp-imagemin": "^2.4.0",
"gulp-inline-source": "^2.1.0",
"gulp-notify": "^2.2.0",
"gulp-sass": "^2.3.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-watch": "^4.3.5",
"path": "^0.12.7",
"run-sequence": "^1.1.5"
}
}