-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.1 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
40
41
42
43
{
"name": "scrollity",
"version": "0.1.6",
"description": "Flexible scroll",
"main": "dist/index.js",
"devDependencies": {
"@angular/common": ">=4.0.0",
"@angular/compiler": ">=4.0.0",
"@angular/compiler-cli": ">=4.0.0",
"@angular/core": ">=4.0.0",
"gsap": ">=1.19.0",
"lodash": ">=4.0.0",
"rxjs": ">=5.1.0",
"typescript": ">=2.1.0",
"zone.js": ">=0.8.0"
},
"scripts": {
"init": "npm install",
"start": "npm run build",
"watch": "watch 'npm run build' src/",
"clean": "rm -rf dist bundles node_modules",
"build": "ngc -p src/tsconfig.json",
"deploy": "npm run build && npm publish",
"release": "npm version -m 'New release with version %s'"
},
"typings": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/geex-arts/scrollity.git"
},
"keywords": [
"angular2",
"component",
"scroll",
"presentation"
],
"author": "Denis Kildishev",
"license": "MIT",
"bugs": {
"url": "https://github.com/geex-arts/scrollity/issues"
},
"homepage": "https://github.com/geex-arts/scrollity"
}