-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 953 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 953 Bytes
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
{
"name": "ept",
"version": "0.0.4",
"description": "node模板解析引擎",
"main": "/dist/index.js",
"scripts": {
"build" : "gulp",
"dev": "gulp && node build/index.js",
"brs" : "npm run dev && webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/renminghao/ept.git"
},
"author": "renminghao",
"license": "ISC",
"bugs": {
"url": "https://github.com/renminghao/ept/issues"
},
"homepage": "https://github.com/renminghao/ept#readme",
"dependencies": {
"html-ast": "^1.0.0",
"lodash": "^4.16.6"
},
"devDependencies": {
"babel-loader": "^6.4.0",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"mocha": "^3.2.0",
"webpack": "^2.2.1"
}
}