-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
41 lines (41 loc) · 930 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
41
{
"name": "assetic",
"version": "2.0.0",
"description": "Asset Management for PHP",
"directories": {
"doc": "docs"
},
"dependencies": {
"autoprefixer": "*",
"autoprefixer-5": "^1.x",
"autoprefixer-cli": "*",
"clean-css": "^4.2.1",
"coffee-script": "*",
"handlebars": "*",
"jpegtran": "^1.0.6",
"less": "^3.9.0",
"nib": "*",
"pngout": "^1.0.0",
"react-tools": "*",
"roole": "*",
"stylus": "*",
"typescript": "*",
"uglify-js": "*",
"uglifycss": "*"
},
"devDependencies": {},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/assetic-php/assetic.git"
},
"keywords": [
"php7"
],
"author": "JaxWilko <[email protected]>",
"license": "SEE LICENSE IN LICENCE",
"bugs": {
"url": "https://github.com/assetic-php/assetic/issues"
},
"homepage": "https://github.com/assetic-php/assetic#readme"
}