-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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
{
"name": "babel-plugin-angularjs-inline-style",
"description": "CSS scoping to AngularJS components",
"version": "0.0.0-9",
"author": "Gonzales Castillo, Cristhian Alberto",
"bugs": {
"url": "https://github.com/gcca/babel-plugin-angularjs-inline-style/issues"
},
"dependencies": {
"css": "^2.2.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.1",
"mocha": "^3.5.0"
},
"homepage": "https://github.com/gcca/babel-angularjs-inline-style#readme",
"keywords": [
"attribute",
"css",
"development",
"environment",
"frontend",
"html",
"javascript"
],
"license": "GPL-2.0",
"main": "build/index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/gcca/babel-plugin-angularjs-inline-style.git"
},
"scripts": {
"build": "babel -d build/ --presets es2015 src/",
"prepublish": "npm run build",
"test": "mocha --compilers js:babel-core/register -r chai/register-expect -r test/presets"
}
}