-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.27 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
{
"name": "ness-tool",
"version": "0.1.1",
"main": "index.js",
"scripts": {
"clean": "rimraf lib",
"start": "babel-node src/index.js",
"build": "babel src --out-dir lib"
},
"author": {
"name": "jackyon",
"email": "[email protected]",
"url": "http://www.findjo.com"
},
"bin": {
"ness": "lib/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jackyon/ness"
},
"preferGlobal": "true",
"license": "ISC",
"description": "在微信小程序中使用cssnext",
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-core": "^6.7.6",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-remove-comments": "^2.0.0",
"babel-plugin-transform-es2015-destructuring": "^6.6.5",
"babel-plugin-transform-es2015-modules-commonjs": "^6.7.4",
"babel-plugin-transform-es2015-parameters": "^6.7.0",
"babel-plugin-transform-es2015-spread": "^6.6.5",
"babel-plugin-transform-strict-mode": "^6.6.5",
"babel-preset-es2015": "^6.13.2"
},
"dependencies": {
"chokidar": "^1.6.1",
"minimatch": "^3.0.3",
"recursive-readdir": "^2.1.0",
"rimraf": "^2.5.4",
"yargs": "^6.4.0"
},
"keywords": [
"微信小程序",
"nextcss",
"scss",
"sass",
"ness"
]
}