-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.16 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
{
"name": "skethemon",
"version": "0.1.0",
"description": "Skethemon",
"main": "index.js",
"scripts": {
"postinstall": "node tools/scripts/post-install.js",
"start": "node tools/scripts/start.js",
"test": "echo \"Error: no test specified\" && exit 1",
"yo:component": "yo ./tools/generator/component",
"yo:test": "yo ./tools/generator/test"
},
"keywords": [],
"author": "Eric MORAND <[email protected]> (https://github.com/ericmorand)",
"license": "ISC",
"dependencies": {
"ddp": "^0.12.1",
"twing": "^2.2.4"
},
"devDependencies": {
"browser-sync": "^2.26.5",
"browserify": "^16.2.3",
"chalk": "^2.4.2",
"convert-source-map": "^1.6.0",
"css-source-map-rebase": "^3.0.0",
"drupal-attribute": "^1.0.2",
"eazy-logger": "^3.0.2",
"exorcist": "^1.0.1",
"fs-extra": "^7.0.1",
"gaze": "^1.1.3",
"module-deps": "^6.2.0",
"node-sass": "^4.12.0",
"require-uncached": "^2.0.0",
"rimraf": "^2.6.3",
"rtl-sass": "^1.5.0",
"slash": "^2.0.0",
"source-map": "^0.7.3",
"speakingurl": "^14.0.1",
"yeoman-generator": "^3.2.0",
"yo": "^2.0.6",
"yosay": "^2.0.2"
}
}