-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 926 Bytes
/
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
39
{
"name": "angular-sofa-variant-selector",
"version": "0.1.2",
"description": "Sofa Web SDK Angular Variant Selector component.",
"main": "dist/sofaVariantSelector.js",
"homepage": "http://www.sofa.io",
"scripts": {
"test": "gulp build"
},
"engines": {
"node": ">=0.10.x",
"npm": ">=1.2.x"
},
"repository": {
"type": "git",
"url": "https://github.com/sofa/angular-sofa-variant-selector"
},
"keywords": [
"sofa",
"sofa.io",
"web",
"sdk",
"directive"
],
"author": "Pascal Precht <[email protected]>",
"license": "GPL",
"bugs": {
"url": "https://github.com/sofa/angular-sofa-variant-selector/issues"
},
"devDependencies": {
"gulp": "^3.8.10",
"shared-sofa-component-tasks": "^0.4.0"
},
"dependencies": {
"angular-sofa-locale-service": "^0.1.0",
"angular-sofa-name": "^0.1.0",
"angular-sofa-select-box": "^0.1.0"
}
}