-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 978 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 978 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
37
38
39
40
41
42
43
44
{
"name": "aresDOM",
"version": "0.1.0",
"description": "A tiny JavaScript micro-library",
"keywords": [
"browser",
"ares",
"dom",
"library",
"microlibrary"
],
"homepage": "https://github.com/vip3rousmango/aresDOM",
"bugs": {
"url": "https://github.com/vip3rousmango/aresDOM/issues"
},
"license": "MIT",
"author": {
"name": "Al Romano",
"email": "alexander@virtuallycreative.ca",
"url": "https://virtuallycreative.ca"
},
"main": "aresDOM.min.js",
"scripts": {
"test": "phantomjs './tests/runner.html'",
"start": "brunch watch --server",
"build": "brunch build --production"
},
"repository": {
"type": "git",
"url": "https://github.com/vip3rousmango/aresDOM.git"
},
"devDependencies": {
"jshint": "^2.9.4",
"qunit-phantomjs-runner": "^2.3.1",
"qunitjs": "^2.4.1"
},
"dependencies": {
"brunch": "^3.0.0",
"gzip-brunch": "^1.3.0",
"imagemin-brunch": "^1.1.0",
"jshint-brunch": "^2.0.0",
"terser-brunch": "^3.0.0"
}
}