-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
56 lines (56 loc) · 1.36 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
52
53
54
55
56
{
"name": "@mycolorway/tao_ui",
"version": "1.0.0-beta.5",
"description": "UI library based on tao",
"main": "frontend/javascripts/index.coffee",
"files": [
"frontend"
],
"scripts": {
"test": "karma start",
"ci": "karma start --single-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mycolorway/tao_ui.git"
},
"keywords": [
"tao",
"rails",
"ui"
],
"author": "farthinker <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mycolorway/tao_ui/issues"
},
"homepage": "https://github.com/mycolorway/tao_ui#readme",
"dependencies": {
"normalize.css": "^7.0.0"
},
"devDependencies": {
"@mycolorway/tao": "^1.0.0-beta.1",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-runtime": "^6.26.0",
"chai": "^4.1.2",
"coffee-loader": "^0.9.0",
"coffeescript": "^2.0.2",
"jquery": "^3.2.1",
"karma": "^1.7.1",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-webpack": "^2.0.5",
"lodash": "^4.17.4",
"mocha": "^4.0.1",
"svg-sprite-loader": "^3.4.1",
"turbolinks": "^5.0.3",
"webpack": "^3.8.1"
},
"peerDependencies": {
"@mycolorway/tao": "^1.0.0-beta.1"
}
}