-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1015 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
{
"name": "ln-patternlab",
"version": "0.8.0",
"description": "An AngularJS module for Lean Patterns.",
"author": "Moxie <[email protected]> (https://getmoxied.net)",
"main": "index.js",
"dependencies": {
"angular-cookies": "1.5.5",
"glob": "^7.0.3",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^1.8.0",
"gulp-util": "^3.0.7",
"lodash": "^4.8.2",
"object-assign": "^4.1.1",
"path": "^0.12.7",
"shelljs": "^0.6.0"
},
"devDependencies": {
"eslint": "^1.10.3",
"eslint-plugin-angular": "^0.15.0",
"sass-lint": "^1.5.0"
},
"bin": {
"ln-patterns": "./build.js"
},
"scripts": {
"ci": "npm run js:ci -s && npm run styles:ci -s",
"js:ci": "eslint lib/\\*\\*/\\*.js",
"styles:ci": "sass-lint lib/\\*\\*/\\*.scss -v -q"
},
"repository": {
"type": "git",
"url": "https://github.com/moxie-lean/ng-patternlab"
},
"bugs": {
"url": "https://github.com/moxie-lean/ng-patternlab/issues"
},
"license": "MIT"
}