-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
40 lines (40 loc) · 928 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
{
"name": "vanilla-css",
"version": "4.3.11",
"description": "vanilla-css.com",
"main": "src/index.js",
"scripts": {
"test": "mocha",
"build": "tsc && gulp",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
"start": "http-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aethant/vanilla-css.git"
},
"keywords": [
"vanilla",
"css"
],
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/aethant/vanilla-css/issues"
},
"homepage": "https://github.com/aethant/vanilla-css#readme",
"devDependencies": {
"chai": "^3.4.1",
"coveralls": "^2.11.4",
"gulp": "^3.9.0",
"gulp-minify-css": "^1.2.2",
"gulp-util": "^3.0.7",
"istanbul": "^0.4.1",
"mocha": "^2.3.4",
"typescript": "^1.7.3",
"webpack": "^1.12.9"
},
"dependencies": {
"http-server": "^0.8.5"
}
}