-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 925 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": "san",
"description": "A MVVM Component Framework",
"version": "3.0.3-rc.10",
"contributors": [
{
"name": "erik",
"email": "[email protected]"
},
{
"name": "otakustay",
"email": "[email protected]"
},
{
"name": "junmer",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/ecomfe/san.git"
},
"scripts": {
"wdio": "node test/lib/webdriverio-runner.js",
"test": "npm run test:sauce",
"test:standalone": "npm run wdio -- standalone",
"test:sauce": "npm run wdio -- 0 && npm run wdio -- 1 && npm run wdio -- 2",
"build": "bash tool/dist.sh"
},
"main": "dist/san.source.js",
"unpkg": "dist/san",
"files": [
"src",
"dist"
],
"license": "MIT",
"devDependencies": {
"async": "^2.0.1",
"http-server": "^0.9.0",
"webdriverio": "^4.2.16"
}
}