-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.27 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
{
"name": "riot-page",
"version": "0.0.0",
"registry": "github",
"description": "Provides utils for using page.js in riot",
"repository": "https://github.com/osiloke/riot-page",
"author": "osiloke",
"contributors": [
"Osiloke Emoekpere <[email protected]>"
],
"ignore": [
"node_modules"
],
"jspm":{
"ignore": [
"node_modules"
]
},
"main": "lib/view.js",
"dependencies": {
},
"devDependencies": {
"autoprefixer-core": "^5.2.1",
"babel": "^5.6.4",
"babel-eslint": "^3.1.17",
"babelify": "^6.1.2",
"browser-sync": "^2.7.12",
"browserify": "^10.2.4",
"chai": "^3.0.0",
"cssnano": "^1.4.3",
"cssnext": "^1.7.1",
"del": "^1.2.0",
"eslint": "^0.23.0",
"eslint-plugin-react": "^2.5.2",
"front-matter": "^1.0.0",
"gaze": "^0.5.1",
"gulp-babel": "~5.1.0",
"gulp-copy": "0.0.2",
"gulp-riot": "~0.2.15",
"gulp-shell": "~0.4.2",
"gulp-sourcemaps": "~1.5.2",
"gulp-watch": "~4.2.4",
"highlight.js": "^8.6.0",
"lodash.template": "^3.6.1",
"marked": "^0.3.3",
"mkdirp": "^0.5.1",
"mocha": "^2.2.5",
"normalize.css": "^3.0.3",
"postcss": "^4.1.12",
"postcss-nested": "^0.3.2",
"run-sequence": "~1.1.1",
"sinon": "^1.15.3"
},
"license": "ISC"
}