-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 918 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
{
"name": "j2c-prefix",
"version": "0.1.0",
"description": "Vendor prefix handling for j2c.",
"main": "index.js",
"scripts": {
"build": "rm dist/*.js dist/*.gz && node scripts/build.js",
"extract": "node scripts/extract.js",
"lint": "eslint --fix src/*.js test/test.js scripts/*.js",
"test": "echo \"Error: no test specified\" && exit 1",
"upstream": "node scripts/upstream.js"
},
"keywords": [
"prefixfree",
"autoprefixer",
"prefix",
"css",
"j2c",
"css-in-js"
],
"author": "Pierre-Yves Gérardy",
"license": "ISC",
"dependencies": {},
"devDependencies": {
"acorn": "^2.7.0",
"babylon": "^6.4.2",
"compose-regexp": "^0.1.8",
"eslint": "^2.3.0",
"esprima": "^2.7.1",
"lodash.property": "^4.1.2",
"nodegit": "^0.8.0",
"recast": "^0.11.2",
"rimraf": "^2.5.0",
"rollup": "^0.25.4",
"uglify-js": "^2.6.2"
}
}