-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.05 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
{
"name": "electrode-archetype-react-component",
"version": "1.1.3",
"description": "Archetype - Electrode Component",
"repository": {
"type": "git",
"url": "https://github.com/electrode-io/electrode-archetype-react-component.git"
},
"bugs": {
"url": "https://github.com/electrode-io/electrode-archetype-react-component/issues"
},
"author": {
"name": "Arpan Nanavati",
"email": "[email protected]",
"url": "https://github.com/ananavati"
},
"homepage": "https://github.com/electrode-io/electrode-archetype-react-component/README.md",
"license": "Apache-2.0",
"config": {
"archetype": "node_modules/electrode-archetype-react-component"
},
"main": "archetype-gulpfile.js",
"scripts": {},
"dependencies": {},
"devDependencies": {
"eslint": "^1.10.1",
"eslint-config-defaults": "^9.0.0",
"eslint-plugin-filenames": "^0.1.2",
"gulp": "^3.9.1",
"package-json-validator": "^0.6.1",
"shelljs": "^0.7.0",
"opener": "^1.4.1"
},
"engines": {
"node": "^4.2.6",
"npm": "^3.5.3"
}
}