package.json 744 字节
Newer Older
C
init  
Conan 已提交
1 2
{
  "name": "cml-js-parser",
Y
yylgit 已提交
3
  "version": "0.3.0-alpha.3",
C
init  
Conan 已提交
4 5 6 7 8 9 10 11 12 13 14 15 16
  "description": "A tool used to get variable names and methods that can be used in templates.",
  "main": "index.js",
  "scripts": {
    "test": "nyc ./node_modules/mocha/bin/mocha ./test/*.js",
    "test-brk": "./node_modules/mocha/bin/mocha --inspect-brk ./test/*.js"
  },
  "mail": "ChameleonCore@didiglobal.com",
  "author": "Chameleon-Team",
  "license": "Apache",
  "dependencies": {
    "@babel/parser": "^7.2.2",
    "@babel/traverse": "^7.2.2",
    "bulk-require": "^1.0.1",
Y
yylgit 已提交
17
    "chameleon-tool-utils": "0.3.0-alpha.3"
C
init  
Conan 已提交
18 19 20 21 22
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "mocha": "^5.2.0",
    "nyc": "^13.1.0"
Q
quyatong 已提交
23
  },
Y
yangyiliang 已提交
24
  "gitHead": "5ddcde4330774710f7646559446e008f7785ce00"
Q
quyatong 已提交
25
}