-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.44 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
52
53
54
55
56
57
58
59
{
"name": "penjs",
"version": "0.1.11",
"description": "Mobile-web small development framework.",
"main": "penjs.js",
"scripts": {
"_update_version": "node version.js",
"dist": "npm run _update_version && gulp dist example && npm run test",
"lint": "jshint src/*.js",
"example": "gulp example",
"debug": "gulp",
"mocha": "gulp example && npm run test",
"mocha2": "mocha test/penjs.js",
"test": "istanbul cover --hook-run-in-context node_modules/mocha/bin/_mocha -- -R spec"
},
"keywords": [
"penjs"
],
"repository": {
"type": "git",
"url": "git+https://github.com/zswang/penjs.git"
},
"author": {
"name": "zswang",
"url": "http://weibo.com/zswang"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/zswang/penjs/issues"
},
"homepage": "https://github.com/zswang/penjs#readme",
"devDependencies": {
"ejs": "^2.5.6",
"gulp": "^3.9.1",
"gulp-connect": "^5.0.0",
"gulp-examplejs": "0.0.9",
"gulp-jdists": "^2.0.0",
"gulp-open": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^2.1.2",
"h5ajax": "^0.0.5",
"h5tap": "^0.0.4",
"jhtmls": "^1.2.2",
"jnodes": "^0.4.17",
"mockjs": "^1.0.1-beta3",
"jsdom": "^9.12.0",
"jshint": "^2.9.4",
"mocha": "^3.2.0",
"istanbul": "^0.4.5",
"should": "^11.2.1"
},
"files": [
"penjs.js",
"penjs.min.js",
"README.md",
"lib"
]
}