-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
48 lines (48 loc) · 1.04 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
{
"name": "enyo-strawman",
"assets": [
"appinfo.json",
"icon.png",
"icon-mini.png",
"icon-large.png",
"fonts/**/*.ttf",
"resources/**/*.*"
],
"devAssets": [],
"styles": [
"*.css"
],
"main": "index.js",
"moduleDir": "src",
"filename": "index.js",
"version": "0.0.1",
"description": "Collection of Enyo lib samples for Quality Assurance",
"homepage": "http://enyojs.com/",
"bugs": "http://jira.enyojs.com/",
"keywords": [],
"maintainers": [
{
"name": "Enyo JS Framework Team",
"web": "http://enyojs.com/"
}
],
"license": "Apache-2.0",
"scripts": {
"bundle": "./node_modules/.bin/gulp",
"test": "./node_modules/.bin/gulp jshint"
},
"repository": {
"type": "git",
"url": "http://github.com/enyojs/enyo-strawman"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-jshint": "^2.0.0",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"nomnom": "^1.8.1",
"bluebird": "^3.2.2",
"enyo-dev": "enyojs/enyo-dev#1.0.0",
"rimraf": "^2.5.2"
}
}