forked from NoDivide/astrum
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 968 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
41
{
"name": "astrum",
"version": "1.9.3",
"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 <ryan@nodividestudio.com> (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",
"global-modules": "^0.2.2",
"inquirer": "^1.0.2",
"is-windows": "^0.2.0",
"mkdirp": "^0.5.1"
},
"devDependencies": {
"snyk": "^1.14.3"
}
}