forked from Mobius1/NestableJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 886 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 886 Bytes
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": "nestablejs",
"version": "0.2.0",
"description": "NestableJS is a javascript library for creating drag & drop heirarchical lists.",
"main": "dist/nestable.js",
"scripts": {
"test": "karma start --single-run --reporters=progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mobius1/NestableJS.git"
},
"keywords": [
"nestable",
"drag",
"heirarchical",
"lists"
],
"author": "Karl Saunders",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mobius1/NestableJS/issues"
},
"homepage": "https://github.com/Mobius1/NestableJS#readme",
"devDependencies": {
"jasmine": "^3.0.0",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.1.0",
"karma-jasmine": "^1.1.1"
},
"directories": {
"doc": "docs"
}
}