-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.46 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
{
"name": "neoui-knockout",
"version": "0.0.1",
"description": "a knockout components UI warehouse depend on neoui",
"main": "dist/neoui-kockout.js",
"scripts": {
"dev": "gulp",
"pub": "gulp pub",
"product": "gulp js_uglify",
"test": "cd test && mocha-phantomjs index.html --ssl-protocol=any --ignore-ssl-errors=true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iuap-design/neoui-knockout.git"
},
"keywords": [
"neoui",
"iuap-design",
"knockout",
"component",
"knockout-component"
],
"author": "iuapfed",
"license": "MIT",
"bugs": {
"url": "https://github.com/iuap-design/neoui-knockout/issues"
},
"homepage": "https://github.com/iuap-design/neoui-knockout#readme",
"devDependencies": {
"browser-sync": "^2.15.0",
"chai": "^3.5.0",
"colors": "~1.1.2",
"console-polyfill": "^0.2.2",
"cross-spawn": "~4.0.0",
"eslint": "^2.13.1",
"git-rev": "~0.2.1",
"gulp": "^3.9.1",
"gulp-clean": "~0.3.2",
"gulp-clean-css": "~2.0.9",
"gulp-cleancss": "~0.2.2",
"gulp-concat": "~2.6.0",
"gulp-livereload": "^3.8.1",
"gulp-rename": "~1.2.2",
"gulp-uglify": "~1.5.3",
"html-wiring": "^1.2.0",
"inquirer": "~1.0.3",
"lodash": "^4.13.1",
"mocha": "^2.5.3",
"mocha-phantomjs": "^4.1.0",
"promise": "~7.1.1",
"rimraf": "~2.5.2",
"version": "^0.1.2",
"yargs": "^5.0.0"
},
"dependencies": {
"knockout": "^3.4.0"
}
}