-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.97 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@casper/nightshade-core",
"version": "2.19.2",
"description": "Casper pattern and style scss library. Under development.",
"scripts": {
"eslint": "./node_modules/.bin/eslint src",
"test": "./node_modules/.bin/nunjucks-precompile src > precompiled-templates.js && ./node_modules/karma/bin/karma start karma.conf.js",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CasperSleep/nightshade-core.git"
},
"author": "Casper Coders",
"license": "All Rights Reserved",
"bugs": {
"url": "https://github.com/CasperSleep/nightshade-core/issues"
},
"homepage": "https://github.com/CasperSleep/nightshade-core#readme",
"dependencies": {
"@casper/nightshade-icons": "git+ssh://git@github.com/CasperSleep/nightshade-icons.git",
"accoutrement-color": "^1.0.3",
"flickity": "^2.0.5",
"imgix.js": "^2.2.4",
"modularscale-sass": "^2.1.1",
"normalize.scss": "github:caspersleep/normalize.scss",
"nunjucks": "^2.4.2",
"susy": "^2.2.12"
},
"devDependencies": {
"assert": "^1.3.0",
"babel-polyfill": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"browserify-babel-istanbul": "^0.4.0",
"browserify-istanbul": "^2.0.0",
"eslint": "^2.9.0",
"feature.js": "^1.0.0",
"karma": "^0.13.22",
"karma-browserify": "^5.0.5",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-html2js-preprocessor": "^1.0.0",
"karma-mocha": "^1.0.1",
"karma-mocha-reporter": "^2.0.3",
"karma-phantomjs-launcher": "^1.0.0",
"karma-scss-preprocessor": "^2.0.0",
"lolex": "^1.4.0",
"mocha": "^2.4.5",
"node-sass": "^3.7.0",
"nodemon": "^1.9.2",
"phantomjs-prebuilt": "^2.1.7",
"pre-commit": "^1.1.2",
"velocity-animate": "^1.2.3",
"watchify": "^3.7.0"
},
"pre-commit": [
"eslint"
],
"babel": {
"presets": [
"es2015"
]
}
}