-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 894 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 894 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": "a-configuration",
"version": "1.3.01",
"description": "For quick configurations based on a set file structure",
"main": "index.js",
"scripts": {
"test": "grunt spec"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/aetherwalker/a-configuration.git"
},
"keywords": [
"configuration"
],
"author": "aetherwalker@refugesystems.net",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/aetherwalker/a-configuration/issues"
},
"homepage": "https://github.com/aetherwalker/a-configuration#readme",
"dependencies": {},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-contrib-yuidoc": "^1.0.0",
"grunt-jasmine-nodejs": "^1.6.0",
"gruntify-eslint": "^4.0.0",
"jasmine-core": "^2.8.0",
"load-grunt-tasks": "^3.5.2",
"sandboxed-module": "^2.0.3"
}
}