-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.18 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
{
"name": "x-enterleave.js",
"version": "0.1.9",
"description": "HTML attribute to add dynamic CSS modifier on classes",
"main": "gulpfile.js",
"scripts": {
"start": "node node_modules/gulp/bin/gulp",
"test": "echo \"Error: no test specified\""
},
"repository": {
"type": "git",
"url": "https://github.com/jfroffice/x-enterleave.js.git"
},
"author": "jfroffice",
"license": "MIT",
"bugs": {
"url": "https://github.com/jfroffice/x-enterleave.js/issues"
},
"homepage": "https://github.com/jfroffice/x-enterleave.js",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^3.1.0",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^1.0.1",
"gulp-bump": "*",
"gulp-concat": "^2.4.1",
"gulp-connect": "^2.0.6",
"gulp-csslint": "^0.1.5",
"gulp-header": "^1.1.1",
"gulp-jshint": "*",
"gulp-load-plugins": "~0.5.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.1.0",
"gulp-uglify": "^1.0.1",
"gulp-wrap-umd": "^0.2.1",
"jshint-stylish": "^1.0.0",
"node-sass": "^1.2.2",
"rimraf": "^2.2.8"
},
"path": {
"js": [
"js/core/viewport.js",
"js/am/sequencer.js",
"js/am/facade.js"
]
}
}