-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (55 loc) · 1.22 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "napoleon-ui",
"version": "0.0.10",
"description" : "Bonaparte Theme",
"author": {
"name" : "Philipp Adrian",
"email" : "[email protected]"
},
"contributors": [{
"name" : "Peran Osborn",
"email" : "[email protected]"
}],
"repository": {
"type": "git",
"url": "https://github.com/bonaparte/napoleon-ui.git"
},
"dependencies" : {
"bonaparte-core" : ">=0.0.23",
"bonaparte-panel" : ">=0.0.23",
"bonaparte-sidebar" : ">=0.0.23",
"bonaparte-toolbar" : ">=0.0.23"
},
"main":"bonaparte.build.js",
"devDependencies": {
"autoprefixer": "^6.3.2",
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"less": "^2.6.0",
"less-loader": "^2.2.2",
"node-sass": "^3.4.2",
"postcss-discard-duplicates": "^2.0.1",
"postcss-loader": "^0.8.0",
"sass-loader": "^3.1.2",
"webpack": "^1.12.13"
},
"scripts": {
"build" : "webpack",
"build-prod" : "webpack -p",
"watch" : "webpack --progress --colors --watch"
},
"keywords": [
"napoleon",
"bonaparte",
"bonaparte-theme",
"ux",
"ui",
"library",
"framework",
"webcomponents",
"component",
"front-end"
],
"license": "ISC"
}