-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.37 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
50
51
{
"name": "tab-test",
"version": "1.0.0",
"description": "",
"main": "gulpfile.babel.js",
"scripts": {
"start": "http-server",
"test": "mocha --compilers js:babel-register test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hrfmmymt/tab-test.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hrfmmymt/tab-test/issues"
},
"homepage": "https://github.com/hrfmmymt/tab-test#readme",
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.14.0",
"babel-eslint": "^6.1.2",
"babel-preset-es2015": "^6.14.0",
"babel-preset-power-assert": "^1.0.0",
"babel-register": "^6.14.0",
"browser-sync": "^2.14.3",
"cssnano": "^3.7.4",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-conventional-changelog": "^1.1.0",
"gulp-eslint": "^3.0.1",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.1.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"http-server": "^0.9.0",
"intelli-espower-loader": "^1.0.1",
"jquery": "^3.1.0",
"mocha": "^3.0.2",
"phantomjs": "^2.1.7",
"postcss-cssnext": "^2.7.0",
"postcss-nested": "^1.0.0",
"postcss-reporter": "^1.4.1",
"postcss-simple-vars": "^3.0.0",
"power-assert": "^1.4.1",
"stylelint": "^7.2.0",
"testium": "^3.3.1",
"webdriver-http-sync": "^2.2.1"
}
}