forked from phase2/p2-theme-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.51 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.51 KB
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
60
61
{
"name": "p2-theme-core",
"version": "8.1.0",
"description": "Phase2 Theme Core",
"main": "index.js",
"author": {
"name": "Evan Lovely",
"url": "https://github.com/EvanLovely"
},
"repository": {
"type": "git",
"url": "git@github.com:phase2/p2-theme-core.git"
},
"keywords": [
"pattern-lab",
"prototyping"
],
"scripts": {
"lint": "eslint index.js lib/**",
"mocha": "mocha tests/**/*.test.js",
"test": "npm run lint && npm run mocha",
"preversion": "npm run test",
"postversion": "git push && git push --tags && npm publish"
},
"license": "MIT",
"dependencies": {
"autoprefixer": "^6.3.6",
"browser-sync": "^2.12.8",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-cached": "^1.1.0",
"gulp-concat": "^2.6.0",
"gulp-consolidate": "^0.2.0",
"gulp-eslint": "^2.0.0",
"gulp-flatten": "^0.2.0",
"gulp-help": "^1.6.1",
"gulp-iconfont": "^8.0.0",
"gulp-if": "^2.0.1",
"gulp-inject": "^4.1.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^6.1.1",
"gulp-sass": "^2.3.1",
"gulp-sass-glob": "0.0.8",
"gulp-sass-lint": "^1.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"js-yaml": "^3.6.1",
"lodash": "^4.12.0",
"main-bower-files": "^2.13.0",
"node-notifier": "^4.6.0",
"sassdoc": "^2.1.19"
},
"devDependencies": {
"eslint": "^2.10.2",
"gulp-debug": "^2.1.2",
"gulp-util": "^3.0.7",
"mocha": "^2.3.4"
}
}