-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.11 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.11 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
{
"name": "cssobj-plugin-replace",
"version": "1.0.1",
"description": "Replace cssobj object key/value pair with new value(Object, Array, Function etc.)",
"main": "dist/cssobj-plugin-replace.cjs.js",
"jsnext:main": "dist/cssobj-plugin-replace.es.js",
"directories": {
"test": "test"
},
"scripts": {
"pretest": "rollup -c",
"test": "istanbul cover _mocha",
"build": "rollup -c && uglifyjs dist/cssobj-plugin-replace.iife.js -cm -o dist/cssobj-plugin-replace.min.js",
"make": "gulp bump && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cssobj/cssobj-plugin-replace.git"
},
"keywords": [
"cssobj",
"plugin",
"replace",
"map",
"value"
],
"author": "James Yang <jamesyang999@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cssobj/cssobj-plugin-replace/issues"
},
"homepage": "https://github.com/cssobj/cssobj-plugin-replace#readme",
"devDependencies": {
"chai": "^3.5.0",
"cssobj-core": "github:cssobj/cssobj-core",
"cssobj-plugin-gencss": "github:cssobj/cssobj-plugin-gencss"
}
}