-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.13 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
{
"name": "spade.js",
"version": "1.0.0",
"description": "Dig into a user's textarea or Ace typing sessions.",
"main": "spade.js",
"scripts": {
"test": "karma start; wdio ./wdio.conf.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Zerrien/spade.js"
},
"author": "Josh Callebaut <[email protected]>",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/Zerrien/spade.js/issues"
},
"homepage": "zerrien.github.com/spade.js",
"devDependencies": {
"ace-builds": "^1.2.5",
"babel-loader": "^5.0.0",
"brace": "^0.8.0",
"chai": "^3.5.0",
"chromedriver": "^2.24.1",
"jquery": "^3.1.0",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-es6-shim": "^1.0.0",
"karma-mocha": "~0.1",
"karma-mocha-reporter": "^2.0.0",
"karma-webpack": "^1.8.0",
"lz-string": "^1.4.4",
"mocha": "^3.0.2",
"phantomjs-prebuilt": "^2.1.12",
"wdio-mocha-framework": "^0.4.3",
"wdio-spec-reporter": "0.0.3",
"webdriverio": "^4.2.15",
"webpack": "^1.13.2"
},
"dependencies": {},
"keywords":[
"ace",
"textarea"
]
}