forked from koltyakov/generator-sppp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 990 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 990 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
34
35
36
37
38
39
{
"name": "generator-sppp",
"description": "SP Pull-n-Push - Yeoman generator for SharePoint client-side projects",
"version": "1.5.6",
"author": "Andrew Koltyakov <andrew.koltyakov@gmail.com>",
"main": "./app/index.js",
"scripts": {
"build": "npm install && typings install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bugs": {
"url": "https://github.com/koltyakov/generator-sppp/issues"
},
"keywords": [
"sharepoint",
"assets",
"yeoman-generator",
"sync"
],
"repository": {
"type": "git",
"url": "git+https://github.com/koltyakov/generator-sppp.git"
},
"license": "MIT",
"homepage": "https://github.com/koltyakov/generator-sppp",
"dependencies": {
"colors": "^1.1.2",
"config": "^1.24.0",
"cpass": "^1.0.2",
"lodash": "^4.16.4",
"mkdirp": "^0.5.1",
"path": "^0.12.7",
"yeoman-generator": "^0.24.1",
"yosay": "^1.2.1"
},
"devDependencies": {
"mocha": "^3.1.2"
}
}