This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
59 lines (59 loc) · 1.57 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
57
58
59
{
"name": "croud-vue-semantic",
"version": "1.2.2",
"description": "Vue Components for the semantic ui library",
"main": "vue-semantic.js",
"browserify": {
"transform": [
"vueify",
"babelify"
]
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"styleguide": "node_modules/vue-styleguidist/bin/styleguidist.js server server",
"styleguide:build": "node_modules/vue-styleguidist/bin/styleguidist.js build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CroudSupport/vue-semantic.git"
},
"keywords": [
"Vue",
"plugin",
"semantic",
"ui"
],
"author": "Brock Reece",
"license": "ISC",
"bugs": {
"url": "https://github.com/CroudSupport/vue-semantic/issues"
},
"homepage": "https://github.com/CroudSupport/vue-semantic#readme",
"dependencies": {
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"babel-preset-stage-2": "^6.0.0",
"babel-runtime": "^6.0.0",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
"jasmine-core": "^2.4.1",
"karma": "^0.13.15",
"karma-browserify": "^4.4.2",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^1.0.0",
"karma-spec-reporter": "0.0.23",
"phantomjs-prebuilt": "^2.1.3",
"proxyquireify": "^3.0.1",
"semantic-ui": "^2.2.10",
"vue": "^2.4.0",
"vue-hot-reload-api": "^2.0.5",
"vue-styleguidist": "^1.1.5",
"vueify": "^8.5.2",
"webpack": "^2.0.0"
}
}