-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 781 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 781 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
{
"name": "picatic-components",
"version": "0.1.19",
"description": "Picatic components for HTML/AngularJS/React",
"homepage": "https://github.com/jlfama/component-docs",
"main": "dist",
"repository": {
"type": "git",
"url": "git://github.com/jlfama/component-docs.git"
},
"releases": {
"url": "https://github.com/jlfama/component-docs/releases"
},
"author": "Picatic",
"license": "None",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "1.0.1",
"grunt-bump": "^0.8.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-exec": "^3.0.0",
"grunt-github-release-notes": "^0.7.0",
"grunt-slack-webhook": "0.0.5"
}
}