-
Notifications
You must be signed in to change notification settings - Fork 73
/
package.json
34 lines (34 loc) · 950 Bytes
/
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
{
"name": "expanding-textareas",
"version": "1.0.2",
"description": "An elegant approach to making textareas automatically grow.",
"homepage": "http://bgrins.github.com/ExpandingTextareas/",
"repository": {
"type": "git",
"url": "git://github.com/bgrins/ExpandingTextareas.git"
},
"bugs": "https://github.com/bgrins/ExpandingTextareas/issues",
"license": "MIT",
"contributors": [
{
"name": "Brian Grinstead",
"url": "http://briangrinstead.com/"
},
{
"name": "Dom Christie",
"url": "http://www.domchristie.co.uk/"
}
],
"main": "dist/expanding.js",
"scripts": {
"build": "rollup -c && rollup -c rollup.config.jquery.js",
"test": "standard src/*.js && node-qunit-phantomjs ./test/index.html"
},
"dependencies": {},
"devDependencies": {
"node-qunit-phantomjs": "^1.4.0",
"rollup": "^0.34.11",
"rollup-plugin-json": "^2.0.1",
"standard": "^8.0.0"
}
}