-
Notifications
You must be signed in to change notification settings - Fork 98
/
Copy pathpackage.json
40 lines (40 loc) · 936 Bytes
/
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
37
38
39
40
{
"name": "astrum",
"version": "1.9.5",
"description": "A lightweight pattern library designed to be included with any web project.",
"main": "./manager/astrum.js",
"scripts": {
"test": "snyk test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NoDivide/astrum.git"
},
"keywords": [
"pattern",
"library",
"styleguide",
"front-end"
],
"author": "Ryan Taylor <[email protected]> (http://nodividestudio.com)",
"license": "MIT",
"bin": {
"astrum": "./manager/astrum.js"
},
"bugs": {
"url": "https://github.com/NoDivide/astrum/issues"
},
"homepage": "https://github.com/NoDivide/astrum#readme",
"dependencies": {
"chalk": "^1.1.3",
"commander": "^2.9.0",
"cwd": "^0.10.0",
"fs-extra": "^0.28.0",
"inquirer": "^1.0.2",
"is-windows": "^0.2.0",
"mkdirp": "^0.5.1"
},
"devDependencies": {
"snyk": "^1.14.3"
}
}