-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
41 lines (41 loc) · 901 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
40
41
{
"name": "moonstone",
"assets": [
"fonts/**/*.ttf",
"images/**/*.png",
"resources/**/*.*"
],
"devAssets": [],
"styles": [
"css/moonstone-variables.less",
"css/moonstone-fonts.less",
"css/moonstone-grid.less",
"css/moonstone-text.less",
"css/moonstone-spacing.less",
"css/moonstone-rules.less"
],
"main": "index.js",
"moduleDir": "src",
"version": "2.7.0",
"description": "Moonstone UI library for TV user interfaces.",
"repository": {
"type": "git",
"url": "https://github.com/enyojs/moonstone.git"
},
"scripts": {
"test": "./node_modules/.bin/gulp"
},
"maintainers": [
{
"name": "Enyo JS Framework Team",
"web": "http://enyojs.com/"
}
],
"license": "Apache-2.0",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-jshint": "^2.0.0",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0"
}
}