-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 798 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 798 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
{
"name": "score.dom",
"version": "0.1.1",
"description": "DOM Manipulation for The SCORE Framework",
"main": "dom.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "$(node -e \"console.log(require('path').dirname(require.resolve('mocha')) + '/bin/mocha')\")"
},
"repository": {
"type": "git",
"url": "git+https://github.com/score-framework/js.dom.git"
},
"keywords": [
"score",
"framework",
"module",
"dom"
],
"author": "strg.at <score@strg.at>",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/score-framework/js.dom/issues"
},
"homepage": "https://github.com/score-framework/js.dom#readme",
"devDependencies": {
"mocha": "2.x.x",
"expect.js": "0.3.x",
"sync-request": "3.x.x"
}
}