-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 887 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
{
"name": "zect",
"version": "1.2.26",
"description": "A lightweight Web components and MVVM framework.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/gulp && npm start",
"start": "./node_modules/.bin/mocha-phantomjs ./test/runner.html"
},
"repository": {
"type": "git",
"url": "https://github.com/switer/Zect.git"
},
"keywords": [
"mvvm",
"zect",
"web components",
"data-binding"
],
"author": "switer",
"license": "MIT",
"bugs": {
"url": "https://github.com/switer/Zect/issues"
},
"devDependencies": {
"gulp": "^3.8.10",
"gulp-header": "^1.2.2",
"gulp-uglifyjs": "^0.5.0",
"gulp-watch": "^4.1.0",
"gulp-webpack": "^1.1.2",
"chai": "^3.2.0",
"mocha": "^2.3.2",
"mocha-phantomjs": "^3.6.0",
"phantomjs": "1.9.7-15"
},
"dependencies": {
"muxjs": "^2.4.18"
}
}