forked from surmon-china/vue-codemirror
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·42 lines (42 loc) · 1.24 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
{
"name": "vue-codemirror",
"version": "3.1.6",
"description": "Codemirror component for Vue",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cross-env NODE_ENV=production browserify -t vueify -e index.js -x vue -s VueCodemirror -o dist/vue-codemirror.js -d && uglifyjs dist/vue-codemirror.js --source-map -o dist/vue-codemirror.min.js"
},
"repository": {
"type": "git",
"url": "https://github.com/surmon-china/vue-codemirror.git"
},
"keywords": [
"vue-codemirror",
"vue codemirror",
"codemirror",
"vue"
],
"author": {
"name": "Surmon",
"email": "[email protected]",
"url": "http://surmon.me"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/surmon-china/vue-codemirror/issues"
},
"homepage": "https://github.com/surmon-china/vue-codemirror#readme",
"dependencies": {
"codemirror": "git://github.com/ajomadlabs/CodeMirror.git#7723e7cc7f276f4572b2a105fae28131f73e5d31"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"browserify": "^14.4.0",
"cross-env": "^5.0.0",
"uglify-js": "^3.0.15",
"vueify": "^8.7.0"
}
}