forked from jfallaire/generator-ps-search-ui-sfdc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.03 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
{
"name": "generator-ps-search-ui-sfdc",
"version": "0.1.7",
"description": "generator to serve CoveoPS folks with a nodejs module as development environment to interact with the Coveo JS Search UI framework",
"repository": {
"type": "git",
"url": "https://github.com/jfallaire/generator-ps-search-ui-sfdc.git"
},
"files": [
"generators",
"utils",
"routes",
"app",
"config",
"typescript",
"sass",
"views",
"vendor"
],
"keywords": [
"yeoman-generator",
"coveo",
"search",
"ui",
"framework",
"js",
"sfdc",
"bundle"
],
"author": "jfallaire",
"license": "Apache-2.0",
"homepage": "https://github.com/jfallaire/generator-ps-search-ui-sfdc#readme",
"dependencies": {
"chalk": "^1.1.3",
"deep-extend": "^0.4.1",
"generator-node": "^1.12.1",
"inquirer-npm-name": "^2.0.0",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"yeoman-generator": "^1.1.0",
"yosay": "^1.2.1"
},
"devDependencies": {
"babel-eslint": "^7.1.1"
}
}