-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
62 lines (62 loc) · 1.58 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
60
61
62
{
"name": "riot-form",
"version": "0.2.0",
"description": "Form inputs for RiotJS",
"main": "dist/riot-form.js",
"scripts": {
"test": "make -k test",
"prepublish": "make build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/claudetech/riot-form.git"
},
"keywords": [
"riotjs",
"form"
],
"author": "Daniel Perez <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/claudetech/riot-form/issues"
},
"homepage": "https://github.com/claudetech/riot-form#readme",
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.5.2",
"babel-loader": "^7.0.0",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-preset-es2015": "^6.5.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"connect": "^3.4.1",
"cucumber": "^2.0.0-rc.7",
"eslint": "^3.16.1",
"gulp": "^3.9.1",
"gulp-cucumber": "0.0.22",
"html-loader": "^0.4.3",
"karma": "^1.5.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.2",
"mocha": "^3.2.0",
"nightwatch": "^0.9.12",
"phantomjs-prebuilt": "^2.1.4",
"riot": "^3.3.1",
"riotjs-loader": "^4.0.0",
"serve-static": "^1.10.2",
"webdriverio": "^4.0.9",
"webpack": "^2.2.1",
"webpack-stream": "^3.1.0"
},
"dependencies": {
"object-assign": "^4.0.1"
},
"peerDependencies": {
"riot": "3.x"
}
}