-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.83 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.83 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
55
56
57
58
59
60
{
"name": "basebuild-component",
"version": "0.1.7",
"description": "Project based on BaseBuild for abstract components",
"main": "./scripts/main.js",
"scripts": {
"testProd": "webpack ./tests/index.js --config ./webpack.tests.config.js --target node",
"testDev": "webpack-dev-server 'mocha?reporter=nyan&ui=tdd!./tests/index.js' --hot --inline --config webpack.tests.config.js",
"dev": "webpack-dev-server --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TimeoutZero/basebuild-component.git"
},
"author": "RMassi",
"contributors": [
{
"name": "Carlos Henrique",
"email": "carloshpds@gmail.com",
"url": "https://github.com/carloshpds"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/TimeoutZero/basebuild-component/issues"
},
"homepage": "https://github.com/TimeoutZero/basebuild-component#readme",
"dependencies": {
"babel": "^6.5.2",
"babel-core": "^6.7.6",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"chai": "^3.5.0",
"chalk": "^1.1.3",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.10.0",
"file-loader": "^0.8.5",
"gulp-debug": "^2.1.2",
"gulp-istanbul": "^0.10.4",
"gulp-mocha": "^2.2.0",
"gulp-util": "^3.0.7",
"isparta-loader": "^2.0.0",
"istanbul-instrumenter-loader": "^0.2.0",
"karma": "^0.13.22",
"karma-coverage": "^0.5.5",
"karma-mocha": "^1.0.1",
"karma-mocha-debug": "^0.1.2",
"karma-mocha-reporter": "^2.0.2",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^1.7.0",
"lodash": "^4.11.1",
"mocha": "^2.4.5",
"mocha-loader": "^0.7.1",
"null-loader": "^0.1.1",
"vinyl-named": "^1.1.0",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1",
"webpack-stream": "^3.1.0"
}
}