-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.55 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
{
"name": "field-kit",
"version": "2.1.0",
"description": "Utilities to effectively manage text entry on the web.",
"main": "dist/field-kit.js",
"jsnext:main": "src/index.js",
"scripts": {
"test": "gulp build && karma start --single-run && mocha --harmony -t 600000 test/selenium/index.js",
"prepublish": "gulp build"
},
"author": "Square, Inc.",
"license": "Apache-2.0",
"repository": "square/field-kit",
"files": [
"dist/",
"lib/",
"src/"
],
"dependencies": {
"input-sim": "^3.0.1",
"stround": "0.3.1"
},
"devDependencies": {
"babel": "^5.8.21",
"babel-core": "^5.8.21",
"babelify": "^6.1.3",
"browserify": "^11.0.1",
"chai": "^3.2.0",
"chromedriver": "^2.16.0",
"express": "^4.13.1",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.0",
"gulp-cli": "^0.3.0",
"gulp-derequire": "^2.1.0",
"gulp-gh-pages": "^0.5.2",
"gulp-if-else": "^1.0.3",
"gulp-print": "^1.1.0",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"karma": "^0.13.3",
"karma-browserify": "^4.3.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.0",
"karma-eslint": "^2.0.1",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.1.1",
"keysim": "^1.3.0",
"mocha": "^2.2.5",
"promise": "^7.0.3",
"rimraf": "^2.4.2",
"selenium-webdriver": "^2.46.1",
"sinon": "^1.9.0",
"string-selection": "^1.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}