-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.07 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "generator-ninthlink",
"version": "2.0.3",
"description": "generator-webapp + uncss, bootlint, etc.",
"license": "BSD-2-Clause",
"repository": "jeffreysbrother/generator-ninthlink",
"author": "The Yeoman Team and James Cool",
"main": "app/index.js",
"engines": {
"node": ">=6"
},
"scripts": {
"test": "mocha --reporter spec --timeout 3000"
},
"files": [
"app"
],
"keywords": [
"yeoman-generator",
"ninthlink",
"uncss",
"web",
"app",
"front-end",
"h5bp",
"modernizr",
"jquery",
"gulp",
"sass",
"bootstrap",
"bootlint",
"BrowserSync",
"minification",
"yargs",
"jeffreysbrother"
],
"dependencies": {
"chalk": "^2.3.0",
"command-exists": "^1.2.2",
"generator-jasmine": "^2.0.0",
"generator-mocha": "^2.0.0",
"mkdirp": "^0.5.1",
"underscore.string": "^3.3.4",
"wiredep": "^4.0.0",
"yeoman-generator": "^2.0.1",
"yosay": "^2.0.1"
},
"devDependencies": {
"mocha": "3.5.3",
"yeoman-assert": "^3.1.0",
"yeoman-test": "^1.7.0"
}
}