-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.02 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "textstack",
"author": "Alex Zaslavsky <alex.y.zaslavsky@gmail.com>",
"version": "0.1.2",
"description": "A simple undo history script for DOM text fields",
"contributors": [
{
"name": "Alex Zaslavsky",
"email": "alex.y.zaslavsky@gmail.com"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/azaslavsky/TextStack"
},
"bugs": {
"url": "https://github.com/azaslavsky/TextStack/issues"
},
"keywords": [
"textstack",
"undo",
"redo",
"history",
"textarea",
"textinput"
],
"scripts": {
"coveralls": "gulp coveralls"
},
"main": "dist/textStack.js",
"files": [
"dist/textStack.js",
"dist/textStack.min.js",
"examples/**",
"LICENSE.md"
],
"dependencies": {},
"devDependencies": {
"gulp": "~3.8.8",
"gulp-debug": "~1.0.1",
"gulp-replace": "~0.4.0",
"gulp-filter": "~1.0.2",
"gulp-foreach": "0.0.1",
"gulp-if": "~1.2.5",
"gulp-jsdoc": "~0.1.4",
"gulp-jsdoc-to-markdown": "^0.1.6",
"gulp-karma": "0.0.4",
"gulp-open": "~0.3.1",
"gulp-regex-replace": "~0.2.3",
"gulp-rename": "~1.2.0",
"yargs": "~1.3.1",
"gulp-bump": "~0.1.11",
"gulp-uglify": "~1.0.1",
"gulp-jsdoc": "~0.1.4",
"gulp-regex-replace": "~0.2.3",
"gulp-concat": "~2.4.1",
"karma": "~0.12.28",
"karma-chrome-launcher": "~0.1.7",
"karma-firefox-launcher": "~0.1.3",
"jasmine-core": "~2.0.4",
"karma-jasmine": "~0.3.2",
"karma-mocha-reporter": "~0.3.1",
"karma-phantomjs-launcher": "~0.1.4",
"karma-coverage": "~0.2.7",
"karma-jasmine-html-reporter": "~0.1.5",
"karma-html-reporter": "~0.2.4",
"gulp-open": "~0.3.1",
"gulp-karma": "0.0.4",
"gulp-if": "~1.2.5",
"karma-jasmine-matchers": "~0.1.3",
"gulp-foreach": "0.0.1",
"phantomjs": "~1.9.12",
"karma-ie-launcher": "~0.1.5",
"fs-extra": "~0.13.0",
"gulp-jsdoc-to-markdown": "~0.1.5",
"karma-htmlfile-reporter": "~0.1.2",
"gulp-coveralls": "~0.1.3"
}
}