forked from SortableJS/angular-legacy-sortablejs
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 1.11 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
{
"name": "angular-legacy-sortablejs-maintained",
"version": "0.6.2",
"description": "Angular (legacy) directive for SortableJS.",
"main": "angular-legacy-sortable.js",
"scripts": {
"serve:example": "node example/app.js",
"webdriver": "npm run webdriver:setup && npm run webdriver:start",
"webdriver:setup": "./node_modules/.bin/webdriver-manager update",
"webdriver:start": "./node_modules/.bin/webdriver-manager start",
"test:e2e": "./node_modules/.bin/protractor e2e/conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SortableJS/angular-legacy-sortablejs.git"
},
"keywords": [
"angular",
"sortable"
],
"author": "samjacobclift <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SortableJS/angular-legacy-sortablejs/issues"
},
"homepage": "https://github.com/SortableJS/angular-legacy-sortablejs#readme",
"devDependencies": {
"express": "^4.15.3",
"express-static": "^1.1.0",
"eslint": "4.0.0-alpha.0",
"protractor": "^5.1.2"
},
"peerDependencies": {
"sortablejs": ">=1.5.x"
}
}