-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.11 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
{
"name": "js-experiments",
"version": "1.0.0",
"description": "JavaScript Experiments",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nychinn/js-experiments.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nychinn/js-experiments/issues"
},
"homepage": "https://github.com/nychinn/js-experiments#readme",
"devDependencies": {
"babel-core": "^6.20.0",
"babel-preset-env": "^1.1.1",
"babel-preset-es2015": "^6.18.0",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.0.0",
"gulp-uglify": "^2.0.0"
},
"dependencies": {
"babel-core": "^6.20.0",
"babel-preset-env": "^1.1.1",
"babel-preset-es2015": "^6.18.0",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.0.0",
"gulp-uglify": "^2.0.0"
}
}