-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.2 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.2 KB
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
{
"name": "github-time-management",
"version": "0.1.0",
"description": "Browser extension for a project planning in a GitHub repository",
"main": "build/index.html",
"scripts": {
"pretest": "neutrino lint",
"start": "neutrino start",
"build": "neutrino build",
"lint": "neutrino lint --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atomspace/github-time-management.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/atomspace/github-time-management/issues"
},
"homepage": "https://github.com/atomspace/github-time-management#readme",
"devDependencies": {
"@atomspace/eslint": "3.3.0",
"@atomspace/webextension": "0.2.2",
"@neutrinojs/loader-merge": "8.3.0",
"@atomspace/react": "0.8.3",
"neutrino": "8.3.0",
"babel-plugin-transform-react-jsx": "6.24.1",
"babel-plugin-jsx-pragmatic": "1.0.2",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-es2015-classes": "6.24.1",
"babel-preset-react": "6.24.1"
},
"dependencies": {
"prop-types": "^15.7.2",
"react": "16.12.0",
"classnames": "^2.2.6",
"react-dom": "16.12.0"
}
}