-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 917 Bytes
/
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
{
"name": "vue-compiler-core",
"version": "0.1.4",
"description": "The vue component compile core support vue1 and vue2",
"main": "index.js",
"keywords": [
"vue",
"vue2",
"compiler",
"vue component"
],
"scripts": {
"test": "mocha test/tasks/*.spec.js"
},
"repository": {
"type": "git",
"url": "https://github.com/wuhy/vue-compiler-core.git"
},
"bugs": {
"url": "http://github.com/wuhy/vue-compiler-core/issues"
},
"author": "sparklewhy@gmail.com",
"license": "ISC",
"dependencies": {
"convert-source-map": "^1.3.0",
"de-indent": "^1.0.2",
"hash-sum": "^1.0.2",
"json5": "^0.5.1",
"lru-cache": "^4.0.2",
"object-assign": "^4.1.0",
"postcss": "^5.2.6",
"postcss-selector-parser": "^2.2.2",
"resolve": "^1.2.0",
"source-map": "^0.5.6"
},
"devDependencies": {
"expect.js": "^0.3.1",
"mocha": "^3.2.0"
}
}