-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 737 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "state-kit",
"version": "0.2.0",
"description": "[](https://github.com/Carthage/Carthage)",
"main": "index.js",
"scripts": {
"pod:install": "cd Example; pod install; cd -",
"pod:lint": "pod lib lint --verbose",
"pod:publish": "pod trunk push",
"x": "open ./Example/StateKit.xcworkspace"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sghiassy/StateKit.git"
},
"author": "Shaheen Ghiassy <shaheen.ghiassy@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/sghiassy/StateKit/issues"
},
"homepage": "https://github.com/sghiassy/StateKit#readme"
}