-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 849 Bytes
/
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
{
"name": "yo",
"version": "1.0.0",
"description": "yo",
"main": "yo.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/JuhQ/yo.git"
},
"author": "Juha Tauriainen <juha@bin.fi>",
"license": "MIT",
"bugs": {
"url": "https://github.com/JuhQ/yo/issues"
},
"homepage": "https://github.com/JuhQ/yo",
"devDependencies": {
"babel-preset-es2015": "^6.14.0",
"eslint": "^2.13.1",
"eslint-config-airbnb-base": "^3.0.1",
"eslint-plugin-import": "^1.15.0",
"expect.js": "^0.3.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-eslint": "^2.1.0",
"gulp-mocha": "^3.0.1",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-todo": "^5.0.0",
"gulp-watch": "^4.3.9"
}
}