-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
42 lines (42 loc) · 1003 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
41
42
{
"name": "scrat-swig",
"version": "1.1.0",
"description": "Extensions of swig for scrat",
"main": "index.js",
"scripts": {
"lint": "eslint lib test index.js",
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "TEST_MODE=unittest egg-bin test",
"cov": "egg-bin cov",
"ci": "npm run lint && npm run cov",
"autod": "autod"
},
"dependencies": {
"swig": "^1.4.2"
},
"devDependencies": {
"autod": "^2.8.0",
"egg-bin": "^3.4.2",
"eslint": "^3.19.0",
"eslint-config-egg": "^4.2.0",
"mockjs": "^1.0.1-beta3",
"sinon": "^2.3.2"
},
"author": "fouber <[email protected]>",
"homepage": "https://github.com/scrat-team/scrat-swig",
"repository": {
"type": "git",
"url": "https://github.com/scrat-team/scrat-swig.git"
},
"keywords": [
"pagelet",
"quickling",
"scrat",
"swig",
"fis"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/scrat-team/scrat-swig/issues"
}
}