-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.52 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
{
"name": "parametric-svg.github.io",
"version": "0.0.0",
"author": "Tomek Wiszniewski <[email protected]",
"scripts": {
"start": "./scripts/start"
},
"dependencies": {
"@parametric-svg/element": "^1.3.4",
"codemirror": "^5.16.0",
"jss-lite": "^1.2.0",
"lodash.random": "^3.2.0",
"prettify-xml": "^1.0.0",
"private-parts": "^0.4.1",
"strip-newlines": "^1.0.1"
},
"devDependencies": {
"ava": "^0.16.0",
"browserify": "^13.1.0",
"chromedriver": "^2.23.1",
"cucumber": "^1.2.2",
"detect-node": "^2.0.3",
"elm": "^0.17.1",
"elm-css": "^0.5.1",
"elm-test": "^0.17.3",
"elm-webpack-loader": "^3.0.3",
"eslint": "^2.13.1",
"eslint-config-airbnb-base": "^3.0.1",
"eslint-plugin-import": "^1.10.0",
"expect": "^1.20.2",
"global": "^4.3.0",
"invariant": "https://registry.npmjs.org/invariant/-/invariant-2.2.1.tgz",
"lodash": "^4.14.0",
"node-dev": "^3.1.3",
"node-fetch": "^1.6.1",
"npm": "3.10.5",
"outdent": "^0.3.0",
"proxyquire": "^1.7.10",
"random-string": "^0.1.2",
"raw-loader": "^0.5.1",
"selenium-standalone": "^5.6.2",
"sinon": "^1.17.5",
"surge": "^0.18.0",
"tap-spec-integrated": "^1.0.1",
"tape": "^4.6.0",
"tape-catch": "^1.0.6",
"tape-run": "^2.1.4",
"vulcanize": "^1.14.8",
"wdio-cucumber-framework": "^0.2.4",
"wdio-spec-reporter": "0.0.3",
"webdriverio": "^4.2.8",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1",
"xmldom": "^0.1.22"
}
}