forked from fengxinming/jbind
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 916 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
{
"name": "jbind",
"description": "javascript framework",
"version": "1.0.0",
"main": "dist/jbind.js",
"directories": {
"test": "test"
},
"devDependencies": {
"co": "^4.6.0",
"glob-watcher": "^3.0.0",
"gulp-jshint": "^2.0.1",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"rollup": "^0.33.0",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-node-resolve": "^1.7.1",
"vinyl-fs": "^2.4.3"
},
"scripts": {
"test": "mocha",
"build": "node ./tasks/npm/build.js",
"dev": "node ./tasks/npm/dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fengxinming/jbind.git"
},
"keywords": [
"jbind",
"jbind-js",
"jbind.js"
],
"author": "fengxinming",
"license": "MIT",
"bugs": {
"url": "https://github.com/fengxinming/jbind/issues"
},
"homepage": "https://github.com/fengxinming/jbind#readme"
}